ISEB-SWTINT1 · Question #49
Scenario 2 Your organisation is a large media services corporation (MSC). MSC uses Agile development, within a Scrum framework. Here, the iterations are referred to as Sprints. For each Sprint, a…
The correct answer is B. Creating test cases as part of test design. Option B is correct because user-stories, by design, are intentionally brief (1-2 lines) and describe what the customer wants without specifying how or to what measurable standard - this ambiguity hits hardest at test design, where testers must derive specific, verifiable test…
Question
Options
- ACreating a schedule of activities as part of test planning.
- BCreating test cases as part of test design.
- CCreating the test environment as part of test execution.
- DAssessing requirements coverage at the end of each Sprint.
How the community answered
(45 responses)- A7% (3)
- B80% (36)
- C11% (5)
- D2% (1)
Explanation
Option B is correct because user-stories, by design, are intentionally brief (1-2 lines) and describe what the customer wants without specifying how or to what measurable standard - this ambiguity hits hardest at test design, where testers must derive specific, verifiable test cases. For example, "clear headings" and "consistent navigation" give no concrete acceptance criteria, so a tester cannot determine the exact conditions, inputs, or expected results needed to write a valid test case.
Why the distractors are wrong:
- A (test planning/scheduling): Sprint schedules are driven by team capacity and sprint length, not by how user-stories are worded - the planning process remains largely unaffected.
- C (test environment setup): The environment needed for accessibility testing (browsers, screen readers, etc.) depends on the type of testing, not the format of the requirements.
- D (requirements coverage assessment): While vague stories do make coverage harder to measure, this is a downstream symptom - the root problem is that you couldn't write adequate test cases in the first place during design.
Memory tip: Think of user-stories as a restaurant menu item with no ingredients list. You know the dish you want (the goal), but you can't write a recipe (test cases) without knowing the specifics - that gap is always felt in the kitchen (test design), not when booking a table (planning) or checking the bill (coverage assessment).
Topics
Community Discussion
No community discussion yet for this question.