BCS-ISEB
BH0-010 · Question #109
Given the following flow chart diagram: What is the minimum number of test cases required for 100% statement coverage and 100% decision coverage, respectively?
The correct answer is C. Statement Coverage = 2, Decision Coverage = 2. See the full explanation below for the reasoning.
Question
Given the following flow chart diagram:
What is the minimum number of test cases required for 100% statement coverage and 100% decision coverage, respectively?
Options
- AStatement Coverage = 1, Decision Coverage = 3.
- BStatement Coverage = 2, Decision Coverage = 3.
- CStatement Coverage = 2, Decision Coverage = 2.
- DStatement Coverage = 3, Decision Coverage = 3
How the community answered
(21 responses)- A5% (1)
- C81% (17)
- D14% (3)
Community Discussion
No community discussion yet for this question.