volume_mute

Test-Case Generation and Extreme Programming

publish date2026/06/06 22:20:11.065546 UTC

volume_mute

True or False: Developing tests from user requirements before any code is written is an integral part of Extreme Programming.

Correct Answer

True

Explanation

Requirements should be testable. Developing tests from user requirements before any code is written is indeed an integral part of Extreme Programming (XP). This practice helps reveal requirements problems early — if a test is difficult or impossible to design, the requirement is likely problematic.

Reference

Software Engineering, Ian Sommerville, 9th edition


Quizzes you can take where this question appears