volume_mute
Story Cards, Tasks, and Test Cases
publish date: 2026/06/04 11:00:4.530725 UTC
volume_mute
How do user stories, tasks, and test cases relate to each other in the XP testing process?
Correct Answer
User stories are broken down into tasks by the development team; each task generates one or more unit tests that check the implementation described in that task
Explanation
User requirements in XP are expressed as scenarios or stories. The development team assesses each scenario and breaks it down into tasks. Each task generates one or more unit tests that check the implementation described in that task.
Reference
Software Engineering, Ian Sommerville, 9th edition
