nerdexam
BCS-ISEB

ISEB-SWT2 · Question #90

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

(29 responses)
  • A
    17% (5)
  • B
    7% (2)
  • C
    72% (21)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full ISEB-SWT2 Practice