Process Models Coming up: Prescriptive Models.

Slides:



Advertisements
Similar presentations
The System and Software Development Process Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Advertisements

Prescriptive Process Models Developed to bring order and structure to the software development process. To get away from the chaos of most development.
CS487 Software Engineering Omar Aldawud
Chapter 3 Process Models
These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and are provided with permission by.
Software Engineering Process
Prescriptive Software Models. Recall Boehm’s paper Why did they “invent” the waterfall model? – Distinction between programmer and user – Increased application,
1 Prescriptive Process Models. 2 Prescriptive Models Prescriptive process models advocate an orderly approach to software engineering Prescriptive process.
April 30, April 30, 2015April 30, 2015April 30, 2015 Azusa, CA Sheldon X. Liang Ph. D. Software Engineering in CS at APU Azusa Pacific University,
Alternate Software Development Methodologies
Chapter 2 Process Models
SYSC System Analysis and Design
These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and are provided with permission by.
©Ian Sommerville 2000 Software Engineering, 6th edition Slide 1 Software Processes l Coherent sets of activities for specifying, designing, implementing.
Software Engineering: A Practitioner’s Approach, 6/e Chapter 3 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
COMP 350: Object Oriented Analysis and Design Lecture 2
These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and are provided with permission by.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 17 Slide 1 Rapid software development.
Software Engineering: A Practitioner’s Approach, 7/e Chapter 2 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes.
CS 360 Lecture 3.  The software process is a structured set of activities required to develop a software system.  Fundamental Assumption:  Good software.
©Ian Sommerville 2000, Mejia-Alvarez 2009 Slide 1 Software Processes l Coherent sets of activities for specifying, designing, implementing and testing.
Software Processes lecture 8. Topics covered Software process models Process iteration Process activities The Rational Unified Process Computer-aided.
Chapter 2 Iterative, Evolutionary, and Agile You should use iterative development only on projects that you want to succeed. - Martin Fowler 1CS
1/23 Prescriptive Process Models. 2/23 Prescriptive Models Prescriptive process models advocate an orderly approach to software engineering Prescriptive.
© Bennett, McRobb and Farmer Avoiding the Problems Based on Chapter 3 of Bennett, McRobb and Farmer: Object Oriented Systems Analysis and Design.
Rational Unified Process Mr Hisham AlKhawar. Iterative versus Waterfall  We need to use a life cycle model in order to approach developing a system easily,
Chapter 4 프로세스 모델 Process Models
Chapter 4 Process Models Chapter 4 Process Models Moonzoo Kim KAIST 1.
SWE311_Ch03 (071) Software & Software Engineering Slide 1 Chapter 3 Prescriptive Process Models.
3.1 Prescriptive Models Prescriptive process models advocate an orderly approach to software engineering If prescriptive process models strive for structure.
Software Development Process CS 360 Lecture 3. Software Process The software process is a structured set of activities required to develop a software.
Chapter 4 & Chapter 5 Important Concepts
Methodologies and Algorithms
Chapter 4 Process Models: Prescriptive Models vs
Lecture 3 Prescriptive Process Models
Chapter 2 – Software Processes
Process Models.
Software Processes (a)
Software Engineering (CSI 321)
Software Process Models
Chapter 2 SW Process Models
Software Process Models
Software Engineering: A Practitioner’s Approach, 7/e Chapter 2 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
IT Systems Analysis & Design
Software Engineering: A Practitioner’s Approach, 7/e Chapter 2 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
Software Processes.
Prescriptive Process Models
Introduction to Software Engineering
COMP 350: Object Oriented Analysis and Design Lecture 2
Object Oriented Analysis and Design
Chapter 2 Software Processes
Software Engineering: A Practitioner’s Approach, 6/e Chapter 3 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
Chapter 2 – Software Processes
Chapter 2 Process Models
Chapter 2 Process Models
Software Process Models
Chapter 2 Process Models
Software Engineering: A Practitioner’s Approach, 6/e Chapter 3 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
Chapter 2 Process Models.
Software Processes.
Chapter 4 Process Models
Chapter 2 Process Models
Software Engineering: A Practitioner’s Approach, 6/e Chapter 3 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
The Waterfall Model Also known as: classic life cycle, the waterfall model, the linear model Rarely projects are sequential (allows iteration indirectly)
Chapter 2 Process Models
Rapid software development
Software Engineering: A Practitioner’s Approach, 6/e Chapter 3 Prescriptive Process Models copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
Advanced Software Engineering Ch. 2 – SE as Engineering Science
Chapter 2 Software Processes
Presentation transcript:

Process Models Coming up: Prescriptive Models

Last time: Different families of models Prescriptive Agile Goal: Higher Quality Software Philosophy: Bring order to chaos Provide repeatability/consistency Provide ability to control Provide ability to coordinate teams Goal: Higher Quality Software Philosophy: Individuals and interaction over process and tools Working software over large documentation Customer collaboration over contract negotiation Responding to change over following a plan

Prescriptive Models Prescriptive process models advocate an orderly approach to software engineering That leads to a few questions … If prescriptive process models strive for structure and order, are they inappropriate for a software world that thrives on change? Yet, if we reject traditional process models (and the order they imply) and replace them with something less structured, do we make it impossible to achieve coordination and coherence in software work?

The Waterfall Model Use when: Requirements are stable and well-understood, very short timeline (maintenance fixes) CHALLENGES: Final product only available at the end Things always change. Coming up: The V-Model

Why was the waterfall model designed? Invented in 1970 It is frequently true that time spent at the beginning of the product lifecycle cuts down on the work in later stages How much time does maintenance consume? The biggest lesson learned is that waterfall models Generally don’t work Because it’s unrealistic to not have change

The V-Model Same as Waterfall, diagram used to emphasize types of testing are linked to different phases in the model Requirements are stable and well-understood Coming up: The Incremental Model

The V model Focuses on verification and validation

The Incremental Model Delivers software in usable “increments” each containing a working version of the system, just fewer features. Helps get software to users faster Provides an evaluation and re-planning ability to the team May complete an initial functionality to get buy-in/funding for later increments Coming up: The Incremental Model

The Incremental Model Requires: Operational product that provides some value to users at each increment. Advantages Helps users get software faster Provides ability for the team to evaluate and replan May complete an initial functionality to get buy- in or funding for later increments Disadvantages May not be good for very risky systems Full working systems may require long increments Delivers software in usable “increments” each containing a working version of the system, just fewer features. Helps get software to users faster Provides an evaluation and re-planning ability to the team May complete an initial functionality to get buy-in/funding for later increments Coming up: The RAD Model

The RAD Model Used when requirements are also well-understood Very fast cycles (60-90 days) Emphasizes use of existing components/automatic code generation Challenges: Lots of staff needed to form RAD teams Must have component based software Developers and Customers must be willing to make quick decisions Coming up: The RAD Model

The RAD Model RAD = Rapid Application Development Requires: very well understood requirements. Very fast cycles (60-90 days) to create a lot of functionality Emphasizes use of existing components/ automatic code generation Challenges: Large staff needed to form RAD teams Must have modularizable based software Developers and Customers must be willing to make quick decisions Time-consuming overall system tuning is difficult Coming up: Evolutionary Models: Prototyping

Evolutionary Models: Prototyping Used when partial system can be delivered, then evolved into full system Prototyping is a tool that can be used during any process Used when customer only has a vague idea of what they want Plan to either throw-away or evolve into real product -- there will be pressure at the end to evolve into the real product Quick plan communication Modeling Quick design Deployment delivery & feedback Construction of prototype Try to use throw-away prototyping -- hard to do! Coming up: Evolutionary Models: The Spiral

Evolutionary Models: The Spiral Complete highest risk items first Used to mitigate risk on risk-intensive projects Every spiral revises cost/budget/schedule/etc… Early spirals may just generate documentation/paper prototypes Later spirals then generate prototypes in software Then increasingly fuller versions of the software (not necessarily a working useful version of the software) Coming up: Still Other Process Models

Still Other Process Models Component based development—the process to apply when reuse is a development objective Formal methods—emphasizes the mathematical specification of requirements AOSD (Aspect-oriented software development ) —provides a process and methodological approach for defining, specifying, designing, and constructing aspects Unified Process—a “use-case driven, architecture-centric, iterative and incremental” software process closely aligned with the Unified Modeling Language (UML) Formal Methods - safety critical software like avionics, medical devices Aspects - cross-cutting concerns (like logging, security, etc…). AspectJ Coming up: The Unified Process (UP)

Can you guess which company uses the spiral model?

The Unified Process What is it? Phases: inception, elaboration, construction, transition The phases are divided up into time-boxes (iterations) Each of these iterations results in some deliverable increment

UP Phases Coming up: UP Work Products

UP Work Products Coming up: Pick a model

Pick a model Developing software to automatically drive racecars through a track without crashing. This has never been attempted before under software control. The requirements are stable. Waterfall, Incremental, Spiral, RAD? Coming up: Pick a model

Pick a model Developing software to track the financial bailout. The software requirements are very clear. You need to create a system to perform 3 distinct tasks: Display where the money went Display the amount of money left and how it’s allocated Allow people to request funds from a particular subset of the money All functions will interface with each other and the same underlying database. Waterfall, Incremental, Spiral, RAD? Coming up: Pick a model

Pick a model Just checking if you were awake Coming up: Prescriptive Software Models

Prescriptive Software Models Variations of these models are VERY commonly used today If you think about it, they are focused in different areas, but have many similarities (all do the basic structure -- communication, planning, construction, testing, deployment, maintenance) You will almost definitely do some version of these processes when you graduate If you had never been to CS421, and never learned them, and then started your own company, you would STILL do your own version of these processes… they make sense! End of presentation