volume_mute

Requirements-Based Testing Principle

publish date2026/06/19 10:15:24.618989 UTC

volume_mute

What is the fundamental principle of requirements-based testing?

Correct Answer

For each requirement, derive tests that check whether or not the requirement has been implemented correctly

Explanation

Requirements-based testing is a systematic approach where you examine each system requirement and derive tests that check whether or not the requirement has been satisfied. It ensures traceability between requirements and tests. Testing a requirement often requires multiple tests to cover different scenarios.

Reference

Software Engineering, Ian Sommerville, 10th edition


Quizzes you can take where this question appears