Verify Waterfall Testing Model Phases Execution
Preconditions (2)
Step 1: Review the requirements documentation
Step 2: Verify the design document is created based on requirements
Step 3: Check that the implementation (coding) is done according to design
Step 4: Confirm that the testing phase is executed after implementation
Step 5: Validate that the deployment happens only after testing is complete
Step 6: Ensure maintenance phase is planned after deployment
✅ Expected Result: Each phase of the Waterfall testing model is completed in sequence without overlap, and the output of one phase is the input for the next phase.