0
0
Testing Fundamentalstesting~5 mins

Waterfall testing model in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AOnly after deployment
BContinuously during development
CBefore requirements gathering
DAfter all development phases are complete
Which of the following is NOT a phase in the Waterfall model?
AContinuous Integration
BImplementation
CDesign
DMaintenance
What is a major risk of using the Waterfall testing model?
AToo much flexibility in requirements
BDifficulty fixing bugs found late
CTesting happens too early
DNo documentation is created
Which project type suits the Waterfall testing model best?
AProjects with changing requirements
BProjects needing frequent releases
CSimple projects with clear requirements
DExploratory projects
How does the Waterfall model handle changes in requirements?
AChanges are difficult and costly after a phase is done
BEasily adapts at any phase
CChanges are ignored
DChanges are handled during testing
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.