Spiral Model The spiral model is a combination of waterfall and iterative development process with emphasizing on more risk analysis. Risk is essentially any adverse circumstance that might hamper the successful completion of a software project. For example, the risk involved in accessing data from a remote database can be that the data access rate might be too slow. The risk can be resolved by building a prototype of the data access subsystem. Thus, this model provides direct support for …
Tag: SDLC
About SDLC Models Software Development Life Cycle ( also called SDLC Models ) is a workflow process which defines the core stages and activities of development cycles or A framework that describes the operations performed at each phase of a software development project. SDLC Models The SDLC aims to produce high-quality software that meets or exceeds customer expectations, reaches completion within times and cost estimates. Some of the SDLC Models are as follows Waterfall Model Incremental SDLC Model Spiral Model …