iterative model

Iterative Model- Definition, Phases, Advantages And Disadvantages

What is Iterative Model?

Definition: Iterative model in software engineering is one of most useful model in Software Development Life Cycle (SDLC). In this model the team can start collecting the requirements and develop the first version of the software application. When creating the first version of the application, there might be any changes in the software application so at that time a new version of the software application is created with a new iteration. Therefore every iteration has to follow six phases of the sdlc.

SDLC Iterative model in software engineering , each iteration releases the working software product on the production until the final software product is developed and delivered to the customer.

Iterative Model Phases

  1. Requirements
  2. Design
  3. Coding
  4. Test
  5. Deployment
  6. Maintenance

1.Requirements: In this phases the software development team starts collecting information as much as possible from the clients and starts analysis. 

2. Design: Software UI/UX team starts work on the designing of the software application based on the requirement specifications. In this phase, It will create low level and high level design phases.

3. Coding: The Software Development team starts coding and passes the build to the test engineer team for the testing.

4. Testing: When the test engineering team receives the build from the development team, Test engineers test the application. Testers perform functional and non-functional testing for the application.

5. Deployment: When an application is working as expected then the development team deploy an application on the production.

6. Maintenance: Due to involvements of some bugs, some errors or some change requirements that need to be updated

Diagram

Iterative Model Diagram
Iterative Model Diagram

Iterative Model Advantages and Disadvantages

Advantages Of Iterative Model

  1. Easily acceptable change requirements 
  2. Risks identifies at early stages
  3. Less time spent in documentation
  4. Some working features can be developed rapidly in the early stage.

Disadvantages Of Iterative Model

  1. Not suitable for small types of projects
  2. Due to change requirements, the deadline cannot be confirmed.
  3. Sometimes more budget required due to requirement changes frequently.
  4. Required more resources
  5. Highly skilled resources required 

Uses

  1. When requirements cleared
  2. When requirements are easy to understand.
  3. If projects has frequently requirement changes
  4. If the software product is large.

Conclusion

So in this way, iterative in software engineering is a used to develop software products by iteration. So that’s why this model mostly used for the large type of software products.

Waterfall Model

Agile Model

V Model

RAD Model

Prototype Model

Incremental Model

Spiral Model

Scroll to Top