Question 329ISTQB CTFL v4.0 Sample Exam B
Let the branch coverage metric be defined as BCov = (X / Y) * 100%. What do X and Y represent in this formula?
Answer Options
A.X = number of decision outcomes exercised by the test cases Y = total number of decision outcomes in the code
B.X = number of conditional branches exercised by the test cases Y = total number of branches in the code
C.X = number of branches exercised by the test cases Y = total number of branches in the code✓
D.X = number of conditional branches exercised by the test cases Y = total number of decision outcomes in the code
Correct Answer
C: X = number of branches exercised by the test cases Y = total number of branches in the code