volume_mute
Scenario Testing Advantage - Multiple Requirements
publish date: 2026/06/19 10:15:26.700667 UTC
volume_mute
What key advantage does scenario testing have over testing each requirement in isolation?
Correct Answer
Scenario testing also checks that combinations of requirements do not cause problems
Explanation
When scenario testing is used, you are normally testing several requirements within the same scenario. This means scenario testing checks not only individual requirements but also that combinations of requirements do not cause problems when used together. This is a key advantage over pure requirements-based testing, which tests each requirement in isolation.
Reference
Software Engineering, Ian Sommerville, 10th edition
