Waterfall and Agile Model difference
Overview
Waterfall and Agile both are the models of Software development lifecycle.
Difference
- In Waterfall model, a development team moves on to the next phase if the previous phase is complete. It goes for the same for testing team. Whereas in Agile model, model, development and testing team, all goes hand in hand.
- Waterfall follows sequential approach but Agile follows incremental approach.
- In project development phase you can't make changes in Waterfall model, but you can make changes in the Agile model, if there is a change in requirement.
Comments
Post a Comment