Software Prototyping Animating and demonstrating system requirements.

Slides:



Advertisements
Similar presentations
Chapter 8 Software Prototyping.
Advertisements

Chapter 7 System Models.
Prescriptive Process models
SWEN 5130 Requirements EngineeringSlide 1 Software Prototyping u Animating and demonstrating system requirements.
The software process A software process is a set of activities and associated results which lead to the production of a software product. This may involve.
Software Processes Coherent sets of activities for specifying, designing, implementing and testing software systems.
7M701 1 Software Prototyping Sommerville, Ian (2001) Software Engineering, 6 th edition: Chapter 8
Rapid software development
1 Software Engineering Muhammad Fahad Khan Software Engineering Muhammad Fahad Khan University Of Engineering.
Alternate Software Development Methodologies
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 17 Slide 1 Chapter 17: Rapid software development November 3, 2008.
Software Engineering 6/e, Chapter 8
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 8 Slide 1 Software Prototyping l Rapid software development.
Lecture 4 Prototyping CS 540 – Quantitative Software Engineering.
CS 551 – Requirements and Prototyping Fall 2004 Thanks to Rand Edwards and Ian Summerville for this material.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 17 Slide 1 Rapid software development.
7M822 Information Technology in Design and Construction 7M822 Joran Jessurun and Jan Dijkstra Quartile 2, Week 1.
Chapter 3 Software Processes.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 8 Slide 1 Software Prototyping l Rapid software development to validate requirements l.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 8 Slide 1 Software Prototyping l Rapid software development to validate requirements.
CSI315 Web Technology and Applications
©Ian Sommerville 1995/2000 (Modified by Spiros Mancoridis 1999) Software Engineering, 6th edition. Chapter 8 Slide 1 Software Prototyping l Animating and.
Software Processes.
SOFTWARE PROTOTYPING Anil Kumar.Arikepudi.
Chapter 11: Software Prototyping Omar Meqdadi SE 273 Lecture 11 Department of Computer Science and Software Engineering University of Wisconsin-Platteville.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 8 Slide 1 Software Prototyping l Rapid software development to validate requirements.
 CS 5380 Software Engineering Chapter 2 – Software Processes Chapter 2 Software Processes1.
소프트웨어공학 강좌 1 Chap 7. Software Prototyping - Rapid software development to validate requirements -
Methodologies. Contents Waterfall Model Evolutionary Models Incremental Development.
Slide 1 Software Prototyping Class Notes for ReqEng.
S OFTWARE P ROTOTYPING C HAPTER 4. SOFTWARE PROTOTYPING Prototype: Customers and end-users of the system find it difficult to express their real requirements.
Software Prototyping Rapid software development to validate requirements.
© Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 8 Slide 1 軟體雛形 l 快速的軟體開發以確認需求.
CS 240, Prof. Sarwar Slide 1 CS 240: Software Project Fall 2003 Sections 1 & 2 Dr. Badrul M. Sarwar San Jose State University Lecture #9.
CC20O7N Software Engineering 1 CC2007N Software Engineering 1 Part 1 Introduction to Software Engineering.
©Ian Sommerville 2000, Tom Dietterich 2001 Slide 1 System prototyping l Prototyping is the rapid development of a system l In the past, the developed system.
A framework that describes the activities performed at each stage of a software development project. A life-cycle or a software process is the organisational.
1 SYS366 Week 2 - Lecture Visual Modeling and Process.
CS 389 – Software Engineering Lecture 2 – Part 2 Chapter 2 – Software Processes Adapted from: Chap 1. Sommerville 9 th ed. Chap 1. Pressman 6 th ed.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 17 Slide 1 Rapid software development.
Rekayasa Perangkat Lunak Part-6
Rapid Software Development
Software engineering Software Processes.
Chapter 2 – Software Processes
Rapid Software Development
Prototyping in the software process
Software Prototyping.
Prototyping Lecture # 08.
Prototyping.
Software Prototyping & Formal Specification
Lecture 4 Prototyping.
CS 5150 Software Engineering
WXGE6103 Software Engineering Process and Practice
Software Processes (a)
CHAPTER 8: RAPID SOFTWARE DEVELOPMENT
Prototyping.
Object oriented system development life cycle
Software Prototyping.
Software Processes.
Chapter 2 – Software Processes
Process Models Coming up: Prescriptive Models.
An Overview of Software Processes
CS310 Software Engineering Lecturer Dr.Doaa Sami
Software Processes.
Human Computer Interaction Lecture 14 HCI in Software Process
Rapid software development
Chapter 2 Software Processes
Presentation transcript:

Software Prototyping Animating and demonstrating system requirements

Uses of System Prototypes The principal use is to help customers and developers understand the requirements for the system. The prototype may be used for user training before a final system is delivered. The prototype may be used for back-to-back testing.

Prototyping Benefits Misunderstandings between software users and developers are exposed. Missing services may be detected. Confusing services may be identified. A working system is available early in the process. The prototype may serve as a basis for deriving a system specification.

Prototyping Objectives The objective of evolutionary prototyping is to deliver a working system to end-users. The development starts with those requirements which are best understood. The objective of throw-away prototyping is to validate or derive the system requirements. The prototyping process starts with those requirements which are poorly understood

Approaches to Prototyping

Evolutionary Prototyping Must be used for systems where the specification cannot be developed in advance e.g., AI systems and user interface systems Based on techniques which allow rapid system iterations. Verification is impossible as there is no specification. Validation means demonstrating the adequacy of the system.

Evolutionary Prototyping

Evolutionary Prototyping Problems Existing management processes assume a waterfall model of development. Continual change tends to corrupt system structure so long-term maintenance is expensive. Specialist skills are required which may not be available in all development teams. Organizations must accept that the lifetime of systems developed this way will inevitably be short.

Throw-away Prototyping Used to reduce requirements risk. The prototype is developed from an initial specification, delivered for experiment then discarded. The throw-away prototype should NOT be considered as a final system: Some system characteristics may have been left out. There is no specification for long-term maintenance. The system will be poorly structured and difficult to maintain.

Throw-away Prototyping Process

Prototypes as Specifications Some parts of the requirements (e.g., safety-critical functions) may be impossible to prototype and so don’t appear in the specification. An implementation has no legal standing as a contract. Non-functional requirements cannot be adequately tested in a system prototype.

Incremental Development System is developed and delivered in increments after establishing an overall architecture. Users may experiment with delivered increments while others are being developed. Intended to combine some of the advantages of prototyping but with a more manageable process and better system structure.

Incremental Development Process

Prototyping Techniques Very high-level languages Application generators and 4GLs Composition of reusable components

Very High-level Languages Languages which include powerful data management facilities. Need a large run-time support system. Not normally used for large system development. Some languages offer excellent UI development facilities (e.g., Java Foundation Classes). Some languages have an integrated support environment whose facilities may be used in the prototype.

Prototyping Languages

Smalltalk Very powerful system for prototyping interactive systems. Object-oriented language so systems are resilient to change. The Smalltalk environment objects are available to the prototype developer. The system includes support software such as graphical user interface generation tools.

Fourth-generation Languages Domain specific languages for business systems based around a database management system. Normally include a database query language, a screen generator, a report generator and a spreadsheet. May be integrated with a CASE tool set. Cost-effective for small to medium sized business systems.

4GLs

Prototyping with Reuse The system is prototyped by “gluing” together existing components. Likely to become more widely used as libraries of objects become available. Needs a composition language such as a Unix shell language. Visual Basic is largely based on this approach.

Reusable Component Composition

Visual Programming Scripting languages such as Visual Basic support visual programming where the prototype is developed by creating a user interface from standard items and associating components with these items. A large library of components exists to support this type of development. These may be tailored to suit the specific application requirements.

Visual Programming with Reuse

Problems with Visual Development Difficult to coordinate team-based development. No explicit system architecture. Complex dependencies between parts of the program can cause maintainability problems.

User Interface Prototyping It is impossible to pre-specify the “look and feel” of a user interface in an effective way. Prototyping is essential. UI development consumes an increasing part of overall system development costs. Prototyping may use very high level languages such as Smalltalk, Java, Visual Basic, or Lisp. User interface generators may be used to “draw” the interface and simulate its functionality.