What is Spiral Model?When to use spiral model?Advantages & disadvantages

What is Spiral Model?

  1. In the Spiral Model development of software is carried out in part wise manner or iterative manner.

  2. In Spiral Model requirement changes can be handled in two phases :

  • Minor Change: In the same iteration we carry out changes plus add new features. Minor changes do not impact the design.

  • Major Changes: Separate iteration is carried out in case of major changes and the previous changes are destroyed. Major changes impact the design.


      3. Let us understand the Spiral Model with the help of the figure illustrated below.

  • Requirement Collection :


      In this phase requirement of
what kind of software needs to be developed is gathered.

  • Coding: In this phase, the actual development of software is done.


  • Testing: In this phase Module which is developed are tested and if any bugs are found are reverted back to developers so that they can fix it.


When to use the spiral model :

  • When the requirement is given part by part or in iterative manner spiral model is best suitable.
  • When the requirement is unclear.
  • When changes can occur at any time.

Advantages of Spiral Model :
  • Every phase is being tested.
  • Requirement changes can be handled easily.
  • At the end of every iteration, a demo is given to customer.
Disadvantages of Spiral Model :
  • It is time-consuming.


NOTE: In Spiral model after every iteration demo is given to the customer and inputs are taken from the customer and based on that input new changes are done and

if no inputs or change are mentioned by the customer then the next feature development starts.










Comments

Popular posts from this blog

Creating Effective Test Cases for Online Ticket Booking Systems

What is Derived Model?

Test Cases and Test scenarios: Definition, Examples, Template