Recall & Review
beginner
What is the Waterfall testing model?
The Waterfall testing model is a step-by-step approach where testing happens after the software development phases are complete, following a fixed sequence.
Click to reveal answer
beginner
List the main phases of the Waterfall testing model.
The main phases are: Requirements, Design, Implementation, Testing, Deployment, and Maintenance.
Click to reveal answer
beginner
Why is the Waterfall testing model called 'sequential'?
Because each phase must finish before the next one starts, like steps in a waterfall flowing down one after another.
Click to reveal answer
intermediate
What is a key disadvantage of the Waterfall testing model?
It is hard to go back and change something once a phase is finished, so bugs found late can be costly to fix.
Click to reveal answer
intermediate
When is the Waterfall testing model most suitable?
It works best when requirements are clear and unlikely to change, like in simple or well-understood projects.
Click to reveal answer
In the Waterfall testing model, when does testing occur?
✗ Incorrect
Testing happens after the implementation phase is finished in the Waterfall model.
Which of the following is NOT a phase in the Waterfall model?
✗ Incorrect
Continuous Integration is a modern practice not part of the traditional Waterfall phases.
What is a major risk of using the Waterfall testing model?
✗ Incorrect
Because testing is late, bugs found then can be expensive and hard to fix.
Which project type suits the Waterfall testing model best?
✗ Incorrect
Waterfall works well when requirements are stable and clear from the start.
How does the Waterfall model handle changes in requirements?
✗ Incorrect
Once a phase is finished, going back to change something is hard and expensive.
Explain the sequence of phases in the Waterfall testing model and why it is called sequential.
Think of how water flows down steps one after another.
You got /6 concepts.
Describe the advantages and disadvantages of using the Waterfall testing model.
Consider both what makes it simple and what makes it risky.
You got /5 concepts.