✪ 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