Print Page | Close Window

Spiral Model ?Advantages,Disadvantages

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Beginners @ OneStopTesting
Forum Discription: New to the Club...!!! Don't Worry, We are here for you...!!! Learn the very basics of Software Testing and other pertinent Informations.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=2842
Printed Date: 21Jul2025 at 1:15pm


Topic: Spiral Model ?Advantages,Disadvantages
Posted By: tanushree
Subject: Spiral Model ?Advantages,Disadvantages
Date Posted: 15Oct2007 at 3:25am
Spiral Model

The spiral model is similar to the incremental model, with more emphases placed on risk analysis.  The spiral model has four phases: Planning, Risk Analysis, Engineering and Evaluation.  A software project repeatedly passes through these phases in iterations (called Spirals in this model).  The baseline spiral, starting in the planning phase, requirements are gathered and risk is assessed.  Each subsequent spirals builds on the baseline spiral.

Requirements are gathered during the planning phase.  In the risk analysis phase, a process is undertaken to identify risk and alternate solutions.  A prototype is produced at the end of the risk analysis phase.

Software is produced in the engineering phase, along with testing at the end of the phase.  The evaluation phase allows the customer to evaluate the output of the project to date before the project continues to the next spiral.

In the spiral model, the angular component represents progress, and the radius of the spiral represents cost.

                             


Advantages

    * High amount of risk analysis
    * Good for large and mission-critical projects.
    * Software is produced early in the software life cycle

Disadvantages

    * Can be a costly model to use.
    * Risk analysis requires highly specific expertise.
    * Project’s success is highly dependent on the risk analysis phase.
    * Doesn’t work well for smaller projects.



Print Page | Close Window