Questão 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?
Opções de Resposta
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
Resposta Correta
C: X = number of branches exercised by the test cases Y = total number of branches in the code