31
SDLC Models Waterfall Iterative Waterfall Spiral OUR PRESENTATION TOPIC IS

SDLC Model (Waterfall,Iterative Waterfall,Spiral)

Embed Size (px)

Citation preview

Page 1: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

SDLC Models

WaterfallIterative WaterfallSpiral

OUR PRESENTATION TOPIC IS

Page 2: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

Sequential model Waterfall model. V-model.

Incremental model• Iterative model.• Spiral model RAD(Rapid application development) model.

SDLC Models Are Two Types:

Page 3: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

History of Water Fall Model1)The first formal description of the waterfall

model is often cited as a 1970 article by Winston W. Royce

2)Royce did not use the term "waterfall" in this article.

3)Royce presented this model as an example of a flawed, non-working model.

Page 4: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

o A Water Fall Model is easy to flow.o It can be implemented for any size of project.o Every stage has to be done separately at the right

time so you cannot jump stages.o Documentation is produced at every stage of a

waterfall model allowing people to understand what

has been done.o Testing is done at every stage.

Features of Water Fall Model

Page 5: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

Where to use the waterfall model?

Requirements are very well known. Product definition is stable. Technology is understood. New version of an existing product.

Page 6: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

Water Fall Model

Page 7: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

Requirement Gathering

Requirement Analysis

Design

Coding

Testing

Release&

Maintenance

In this phase business analyst will collect the requirements with an interaction of client and collected requirements will be documented.

In this phase system analyst will study the client requirements and prepare the system requirement specification.

In this phase design architecture is the responsible to decide architecture of an application in order to full-fill the client requirements .

In this phase developers will write the program using programming languages or scripting languages in order to develop the application.

Initially developers will perform unit testing and integration testing using of white box testing, After that separate team will be perform system testing using black box testing

After the testing client satisfied on work product then we deliver application to the customer to use at live environment. While using this application client identify can some defects in existing s/m then he will send to the CR to CCB .

Page 8: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

ADVANTAGESo A waterfall model is easy to implementation.o It helps to find errors earliero Easy to understand, easy to use.o Works well when quality is more important

than cost or scheduleo Documentation is produced at every stage of a

waterfall model allowing people to understand what has been done.

o Testing is done at every stage.

Page 9: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

Disadvantages It is only suitable for the small size projects. Constant testing of the design is needed. If requirements may change the Waterfall model may

not work. Difficult to estimate time and cost for each stage of

the development process. Adjust scope during the life cycle can kill a project. High amount of risk and uncertainty. This model is not suitable to handle dynamic changes

in the requirements

Page 10: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

INTRODUCTION OF ITERATIVE MODEL :This model was not the first model to discuss iterative development.

As originally envisioned, the iterations were typically 6 months to 2

years long. Each phase starts with a design goal and ends with the client (who

may be internal) reviewing the progress thus far.

Analysis and engineering efforts are applied at each phase of the

project, with an eye toward the end goal of the project. 

Page 11: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

Iterative Waterfall

This approach carries less risk than a traditional Waterfall approach but is still far more risky and less efficient than a more Agile approaches. In Iterative model, iterative process starts with a simple implementation of a small set of the software requirements and iteratively enhances the evolving versions until the complete system is implemented and ready to be deployed.

Page 12: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

Iterative Waterfall Model

Page 13: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

Iterative Waterfall

The design, development, integration, and testing (DDIT) stage is a sequential

process in a Waterfall project. The graphics below illustrate this difference:

Page 14: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

Which model to use when?

• Waterfall- Use for small projects <1 month with clear requirements

• Iterative waterfall- Use for large projects >6 months with unclear requirements or requirements that may change or need validating.

Page 15: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

INTRODUCTION OF SPIRAL MODEL :

The spiral model, also known as the spiral lifecycle model.

It is a systems development method (SDM) used in information technology

This model of development combines the features of the prototyping model

and the waterfall model.

Page 16: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

WHAT IS SPIRAL MODEL?

The spiral model is similar to the incremental model, with more emphasis placed on risk analysis.

The spiral model has four phases: Planning, Risk Analysis, Engineering and Evaluation.

 Software project repeatedly passes through these four phases in iterations (called Spirals).

The baseline spiral, starting in the planning phase, requirements are gathered and risk is assessed. Each subsequent spirals builds on the baseline spiral.

Page 17: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

HISTORY

The spiral model was defined by Barry Boehm in his 1988 article.

This model was not the first model to discuss iterative development, but it was the first model to explain why the iteration matters.

Page 18: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

WHEN TO USE SPIRAL MODEL

When costs and risk evaluation is important. For medium to high-risk projects. Users are unsure of their needs. Requirements are complex. Significant changes are expected.

Page 19: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

SPIRAL MODEL IS META MODEL?

Spiral model is also called as meta-model because in a way it comprises of other models of SDLC.

Both waterfall and prototype models are used in it.

Here we do software development systematically over the loops (adhering to waterfall approach) and at the

same time we make a prototype and show it to user after completion of various phase (just in case of

prototype model).

This way we are able to reduce risks as well as follow systematic approach

Page 20: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

PHASES OF SPIRAL MODEL

A spiral model has 4 phases described below:

Planning phase

Risk analysis phase

Engineering phase

Evaluation phase.

Page 21: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

PLANINGRequirements are studied and gathered.Feasibility study Reviews and walkthroughs to streamline the requirementsRequirements understanding documentFinalized list of requirements.The project is reviewed and a decision made whether to continue with a

further loop of the spiral. If it is decided to continue, plans are drawn up for the next phase of the

project.

Page 22: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

RISK ANALYSIS

Requirements are studied and brain storming sessions are done to identify the potential risks

Once the risks are identified , risk mitigation strategy is planned and finalized

Document which highlights all the risks and its mitigation plans

Page 23: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

ENGINEERING WORKS

Actual development and testing if the software takes place in this phase

CodeTest cases and test resultsTest summary report and defect report.

Page 24: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

EVALUATION

Customers evaluate the software and provide their feedback

and approval

Features implemented document

Page 25: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

ADVANTAGES : Development is fast Larger projects / software are created and handled in a strategic way Risk evaluation is proper. Control towards all the phases of development. More and more features are added in a systematic way. Software is produced early. Has room for customer feedback and the changes are implemented faster. Risk reduction mechanisms are in place. Supports iteration and reflects real-world practices –Systematic

approach

Page 26: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

DISADVANTAGES :

Risk analysis is important phase so requires expert people. Is not beneficial for smaller projects. Spiral may go infinitely. Documentation is more as it has intermediate phases. Complex, relatively difficult to follow strictly. Applicable only to large systems It is costly for smaller projects.

Page 27: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

COMPARISONSpiral Model

Risk factors are considered.The requirements are not freeze.works in loop.costly as Risk factor is covered.Better communication between

developer and customer.

Waterfall model

Risk factors are not considered.The requirements are freeze.Is linear sequential model.Not much costly.Communication level is not high

Page 28: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

Exampleso The US military had adopted the spiral model for its Future Combat Systems program.

The FCS project was cancelled after six years (2003–2009), it had a two year iteration (spiral).

o In 2010 with the collaboration of Microsoft Research ,Bangalore, India and University of Toronto Canada made a project with spiral model “Exploring the Feasibility of Video Mail for Illiterate Users”

Page 29: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

Video Mail for Illiterate Users

Page 30: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

Video Mail for Illiterate Users

Page 31: SDLC Model (Waterfall,Iterative Waterfall,Spiral)

THANK YOU!