ISEB-SWTINT1 · Question #61
Scenario 4 A bank is upgrading its systems to include an on-line investment service, allowing investors to trade with each other, in a mini-stock market environment. The upgrade will be carried out…
The correct answer is D. Percentage of user-stories tested and passed for the trading environment. D is correct because test coverage measures how much of the defined scope has actually been verified - and in Scrum, user stories are the scope. Tracking what percentage of Sprint 1's user stories have been tested and passed gives a direct, quantifiable view of how thoroughly…
Question
Options
- ANumber of user-stories required to define the trading environment.
- BAmount of unit testing planned by developers for each user-story associated with the trading
- CNumber of links required to the stock exchange.
- DPercentage of user-stories tested and passed for the trading environment.
How the community answered
(43 responses)- A2% (1)
- B5% (2)
- C7% (3)
- D86% (37)
Explanation
D is correct because test coverage measures how much of the defined scope has actually been verified - and in Scrum, user stories are the scope. Tracking what percentage of Sprint 1's user stories have been tested and passed gives a direct, quantifiable view of how thoroughly the trading environment functionality has been validated.
Why the distractors fail:
- A counts requirements, not test execution - knowing how many user stories exist tells you the size of the work, not how much has been covered by testing.
- B describes developer unit testing plans, not actual test outcomes; planned testing is not the same as executed and measured coverage.
- C is irrelevant to Sprint 1 entirely - linking to the stock exchange is Sprint 3's scope, so it provides no meaningful coverage signal for the trading environment.
Memory tip: Think of test coverage as a completion ratio, not a count or a plan. Whenever a question asks about coverage, look for the option that expresses tested items as a percentage of total scope - that's always your answer.
Topics
Community Discussion
No community discussion yet for this question.