Please enable JavaScript.
Coggle requires JavaScript to display documents.
Development (Types of development cycles (V-shaped model (What is it?…
Development
Types of development cycles
V-shaped model
What is it?
Requires a testing plan in the first phase
Similar to the waterfall model
Disadvantages
Requires rigorous testing to move on to the next stage
Waterfall model
What is it?
More linear way of development
Each phase must be complete before moving to the next one
Disadvantages
Piece of software only produced at the very end of the process
Not very flexible
Incremental model
Disadvantages
Going back to the coding phase several times is a neccessity to get a final product
What is it?
More than on version of the software is developed at the same time
Produces a working software very early, even if it's basic
Agile model
What is it?
Model in which the emphasis on getting feedback from its users for refining and improving the product
Work is broken down into
sprints
In a sprint a new version of the product is attempted to be achieved
A sprint can last either days or even weeks
Similar to incremental
basic version of the product produced quickly
Revised and updated several times
What is it?
General guides to the phases needed to develop software