Search This Blog

Wednesday, 14 September 2011

SOFTWARE DEVELOPMENT LIFE CYCLE MODELS

 PHASES OF SOFTWARE PROJECT
1.      Requirement gathering and analysis
2.      Planning
3.      Design
4.      Development or coding
5.      Testing
6.      Deployment and maintenance

LIFE CYCLE MODELS – Describes how the phases combine together to form a complete project

Waterfall Model
1.      Here the project is divided into separate, distinct phases.
2.      Each phase communicates to the next through pre-specified outputs.
3.      When an error is detected, it is traced back to one previous phase at a time, until it gets resolved at some earlier phase.
4.      Application : Used where the requirements is known fully and ther is no change in requirements.
5.      Limitation : Not suitable for change driven and large projects.

Prototyping Model
1.      A prototyping model uses constant user interaction, early in the requirements gathering stage, to produce a prototype.
2.      The proto-type is used to derive the system requirements specification and can be discarded after the SRS is built.
3.      An appropriate life cycle model is chosen for building the actual product after the user accepts the SRS.
4.      Limitation: Development cost is high if we not use it properly.

Rapid Application Development model
1.      RAD is a variation of the prototyping model.
2.      First, in the RAD Model, it is not a prototype that is built but the actual product itself. That is, the built application is not discarded.

Spiral or Iterative Model
1.      In this model activity organized in spiral that has many iterations.
2.      It follows a process in which the activites are performed iteratively tell the requirements are met.
3.      It also enable the increments to be sent to the cusomer for approval.
4.      Each spiral has Go/No Go for the project at end of the review.
5.      Preferred for high risk projects.

V model
1.      The V-model splits into two parts- design and execution
2.      Test design is done early, while test execution is done in the end.
3.      There are different types of tests for each phase of life cycle
4.      Limitation: The execution of tests of different types cannot happen untel the entire product is built.

Modified V Model
 1.      The modified V model recognizes that different parts of a product are in different stages of evolution.
 2.      Each part enters the appropriate testing phase when the appropriate entry criteria are met.
 3.      This model can be implemented when the product can be broken into small parts which evolves independently.

1 comment: