software life-cycle models

43
Life-cycle model (formerly, process model) The steps through which the product progresses Requirements phase Specification phase Design phase Implementation phase Integration phase Maintenance phase Retirement

Upload: kareem

Post on 07-Jan-2016

59 views

Category:

Documents


0 download

DESCRIPTION

Software Life-Cycle Models. Life-cycle model (formerly, process model) The steps through which the product progresses Requirements phase Specification phase Design phase Implementation phase Integration phase Maintenance phase Retirement. Overview. Build-and-fix model Waterfall model - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Software Life-Cycle Models

Life-cycle model (formerly, process model)

The steps through which the product progresses◦ Requirements phase◦ Specification phase◦ Design phase◦ Implementation phase◦ Integration phase◦ Maintenance phase◦ Retirement

Page 2: Software Life-Cycle Models

Build-and-fix model Waterfall model Rapid prototyping model Incremental model Extreme programming Synchronize-and-stabilize model Spiral model V model Object-oriented life-cycle models Comparison of life-cycle models

Page 3: Software Life-Cycle Models

Product is constructed with no specifications

Page 4: Software Life-Cycle Models

Problems◦ No specifications◦ No design

Totally unsatisfactory Need life-cycle model

◦ “Game plan” ◦ Phases◦ Milestones

Page 5: Software Life-Cycle Models

Disadvantages◦ Cost: changes are made in the later phases of

software development life cycle◦ Maintenance is difficult

Page 6: Software Life-Cycle Models

Requirements determined and checked by the client and SQA group.

Specifications drawn Specification checked by

the SQA group and shown to the client.

Sign off the specification document,

Software project management plan - checked by SQA group

Page 7: Software Life-Cycle Models

Design -“how to do”. If some problems in specification (Incomplete, contradictory and ambiguous.)◦ Incomplete-: some features of the

product have been omitted.◦ Contradictory-: two or more

statements in the specification document differ.

◦ Ambiguous-: the specification document has more than one possible interpretation.

Page 8: Software Life-Cycle Models

Implementation:If flaws-- Feedback loops permits modification to be made to design document, specification document and requirement if needed.

Documentation :No phase without documentation Also approved by SQA group.

Page 9: Software Life-Cycle Models

Acceptance Testing: when the product is completed it is given to the client for testing. Deliverables at this stage include the user manual and other documentation listed in the contract. When the client agrees that that the product is as per the specification document, the product is installed on the client’s machine.

Installation Maintenance- changes made

after the installation of the product are handled in this phase.

Page 10: Software Life-Cycle Models

Characterized by◦ Feedback loops◦ Documentation-driven

Advantages ◦ Enforce the documentation after every phase ◦ Products of each phase checked by SQA.◦ Testing is Inherent in every phase ◦ Dynamic model-feedback loops◦ Maintenance easier

Page 11: Software Life-Cycle Models

Disadvantages◦ Specification documents are long, detailed and

very boring to read.◦ Client is inexperienced in reading software

specification document because the specification document is written in the style client won’t understand.

◦ The first time the client see a working product is only after the entire product has been coded.

Page 12: Software Life-Cycle Models

Build a rapid prototype The client and future users interact and experiment with it. Once the client is satisfied, the developer can draw up

specification document. The feedback loops are not required in this model as the

working prototype has been validated by the client, it is reasonable to expect that the resulting specification document will be correct.

.

Page 13: Software Life-Cycle Models

In the rapid prototyping model, the fact that a preliminary working model has been built tends to lessen the need to repair the design during or after the implementation.

Page 14: Software Life-Cycle Models

Rapid◦ Construct the prototype as rapidly as possible ◦ The developers should develop the rapid prototype as

rapidly as possible the speed up the software development process.

◦ Use of rapid prototype - determine what the client’s real needs are;

◦ Rapid prototype implementation is discarded ◦ Internal structure of rapid prototype is not relevant.◦ Prototype is modified rapidly to reflect client need.

Page 15: Software Life-Cycle Models

Waterfall model◦ Many successes◦ Client needs

Rapid prototyping model◦ Not proved ◦ Has own problems

Solution◦ Rapid prototyping for requirements

phase◦ Waterfall for rest of life cycle

Page 16: Software Life-Cycle Models

Advantages As compared to waterfall model –

◦ Development of the process is linear preceding from rapid prototype to delivered product.

◦ Feedback loops are less likely to be (needed) in this case.

Page 17: Software Life-Cycle Models

Disadvantages ◦ If user cannot be involved throughout the life cycle

this model is not useful.◦ Development time may not be reduced if reusable

components are not available.◦ Highly specialized and skilled developers are

expected and such developers may not be available easily.

◦ Client expects changes to made as rapidly as the rapid prototype

Page 18: Software Life-Cycle Models

The product is designed, implemented, integrated and tested as a series of incremental builds, where a build consist of code pieces from various modules interacting to provide a specific functional capability.

Page 19: Software Life-Cycle Models

At each stage- a new build is coded and then integrated and tested as a whole.

Break up the target product into builds subject to constraint that each build is integrated into existing software, the resulting product must be testable.

Page 20: Software Life-Cycle Models

If a product has too many builds, then at each stage, considerable time is spent in the integration testing of only a small amount of additional functionality. On the other hand, if a product has too few build then the incremental model degenerated into build and fix model.

Analysis – In waterfall and rapid prototyping model –

◦ deliver to client a complete product ◦ There is project delivery date

Incremented Model – It deliver an operational quality product at each stage

Page 21: Software Life-Cycle Models

Advantages◦ Gradual introduction of the product via this

model provides time for the client to adjust to the new product.

◦ Change and Adoptions are natural

Page 22: Software Life-Cycle Models

Disadvantages ◦ Each additional build has to be incorporated into existing

structure without destroying what has been made till date.

◦ Addition of new build should be simple and straightforward.

◦ Incremental model does not distinguish between developing a product and maintaining it.

◦ Begin with a design that support entire product◦ View product as a sequence of builds, each independent

of next.

Page 23: Software Life-Cycle Models

More risky concurrent version—pieces may not fit

Page 24: Software Life-Cycle Models

Somewhat controversial new approach Software development team determines the

various features (Stories) Estimate duration and cost of each feature Client select features for next build using cost

benefit analysis Each build is divided into tasks Test cases for task are drawn up first Pair programming (working with a partner on

one screen) Continuous integration of tasks

Page 25: Software Life-Cycle Models

Tasks are integrated into the current version of the product

Test cases used for the tasks are retained and utilized in all further integration testing

Page 26: Software Life-Cycle Models

Computers are put in center of large room lined with small cubicles

Client representative is always present No individual can work overtime for 2 successive weeks No specialization. All members of XP team work on

specifications, design, code and testing There is no overall design is modified while the product

is being built. The design is modified while product is being built. This procedure is known as refactoring

Page 27: Software Life-Cycle Models

XP has had some successes on small and medium sized projects

Good when requirements are vague or changing

Too soon to evaluate XP

Page 28: Software Life-Cycle Models

Microsoft’s life-cycle model Requirements analysis—interview potential

customers and extract a list of features with priorities set up by the customers

Draw up specifications Divide project into 3 or 4 builds First build consists of the most critical features,

the second build consists of the next most critical features and so on.

Each build is carried out by small teams working in parallel

Page 29: Software Life-Cycle Models

At the end of the day all the teams—put together the partially completed components and synchronize (test and debug)

At the end of the build—stabilize (freeze build i.e. any remaining faults that have been detected are fixed).

Repeated synchronization steps ensure that the components always work together◦ Developers get early insights into operation of product and

can modify the requirements

Page 30: Software Life-Cycle Models

Simplified form◦ Waterfall model

plus risk analysis Precede each

phase by◦ Alternatives◦ Risk analysis

Follow each phase by◦ Evaluation◦ Planning of next

phase

Page 31: Software Life-Cycle Models

If risks cannot be resolved, project is immediately terminated

Prototypes can be effectively used to provide information about certain classes of risks

Page 32: Software Life-Cycle Models

Represents cumulative cost to date and progress through the spiral Each cycle of the spiral corresponds to a phase Phase begins by determining objectives of that phase, alternatives

for achieving those objectives, and constraints imposed on these alternatives

Strategy is analyzed from view point of risk If all risks are successfully resolved development starts Then the results of the phase are evaluated

Page 33: Software Life-Cycle Models
Page 34: Software Life-Cycle Models

Strengths◦ Incorporation of software quality◦ Easy to judge how much to test as risks for too

much and too low testing are analyzed◦ No distinction between development,

maintenance i.e. maintenance is treated same way as development

Weaknesses◦ For large-scale software only. In case of contract

all risk analysis should be made before the contract is signed.

◦ Skilled developers are required for analyzing and detecting potential risks

◦ For internal (in-house) software only

Page 35: Software Life-Cycle Models

Need for iteration within and between phases◦ Fountain model◦ Recursive/parallel life cycle◦ Round-trip gestalt◦ Unified software development process

All incorporate some form of◦ Iteration◦ Parallelism◦ Incremental development

Page 36: Software Life-Cycle Models

Features Overlap

(parallelism) Arrows (iteration) Smaller

maintenance circle

Page 37: Software Life-Cycle Models

37

V Shaped Software Life V Shaped Software Life cycle Modelcycle Model• There is a shift in testing activities from validation to verification where

we want to review/inspect every activity of software development life cycle.

• These verification activities are treated as error preventive exercises and are applied at requirements analysis and specification phase, high level design, detailed design phase, implementation phase.

• We not only want to improve the quality of end products of all phases but also want to design test cases and test plans during these phases.

V shaped model is the modified form of waterfall model with a special focus on testing activities at every phase.

Page 38: Software Life-Cycle Models

38

V Shaped Software Life V Shaped Software Life cycle Modelcycle Model

Requirements Analysis and Specification

Acceptance Testing

High level design System testing

Detailed design Unit and Integration testing

Implementation

A

B

CDevelopmen

t Part

Testing Part

A: Acceptance test cases design and planningB: System test cases design and planningC: Unit and integration test cases design and planning

Page 39: Software Life-Cycle Models

39

V Shaped Software Life V Shaped Software Life cycle Modelcycle Model• The model brings the quality into the development of our products

• The encouragement of writing test cases and test plans in the early phases of software development life cycle is the real strength of this model.

• We require more resources to implement this model as compared to waterfall model.

LIMITATIONS

• This model suffers from many disadvantages of waterfall model like non availability of working version of the product until late in the life cycle, difficult to accommodate any change etc. this model has also limited applications in today’s iterative software processes

Page 40: Software Life-Cycle Models

Different life-cycle models Each with own strengths Each with own weaknesses Criteria for deciding on a model

include◦ The organization◦ Its management◦ Skills of the employees◦ The nature of the product

Best suggestion◦ “Mix-and-match” life-cycle model

Page 41: Software Life-Cycle Models

Life cycle model Strengths Weaknesses

Build and fix Fine for short programs that will not require any maintenance

Totally unsatisfactory for nontrivial programs

Waterfall model Disciplined approach Document driven

Delivered product may not meet client’s needs

Rapid prototype model

Ensure that delivered product meets client’s needs

Not yet proven beyond all doubt

Incremental model Maximizes early return on investmentPromotes maintainability

Requires open architectureMay degenerate into build-and-fix

Page 42: Software Life-Cycle Models

Life cycle model Strengths Weaknesses

Extreme programming

Maximizes early return on investmentWorks well when client’s requirement are vague

Has not yet been widely used

Synchronize and stablize model

Future user’s needs are metEnsures components can be successfully integrated

Has not been widely used other than Microsoft

Spiral model Incorporates features of all the models

Can be used only for large scale in-house productsDevelopers have to be competent in risk analysis and risk resolution

Page 43: Software Life-Cycle Models

Life cycle model Strengths Weaknesses

V shaped model Incorporates testing at each phase

Usable product will be deliver very late

Object-oriented models

Support iteration within phases, parallelism between phases

May degenerate into code a bit test a bit (CABTAB)