Considering the following pseudo-code, calculate

the MIN

Loading

Choose the correct option.

Considering the following pseudo-code, calculate

the MINIMUM number of test cases for statement coverage, and the

MINIMUM number of test cases for decision coverage respectively.

READ A

READ B

READ C

IF C>A THEN

IF C>B THEN

PRINT “C must be smaller than at least one number”

ELSE Download more sample papers at – istqbExamCertification.com

Download more sample papers at – istqbExamCertification.com

PRINT “Proceed to next stage”

ENDIF

ELSE

PRINT “B can be smaller than C”

ENDIF

A. 3, 3.
B. 2, 3.
C. 2, 4.
D. 3, 2.

Leave a Comment