ISTQB ISTQB-CTFL Question Answer
For the following pseudo-code determine number of tests required for 100% statement coverage
IF Gender = Boy
If Age > 3 AND Age < 5
Shoe Size = 1
ELSE IF Age >=5 AND Age < 7
Shoe Size = 2
ENDIF
ELSE
IF Age > 3 AND Age < 5
Shoe Size = 0
ELSE IF Age >=5 AND Age < 7
Shoe Size = 1
ENDIF
ENDIF
ISTQB ISTQB-CTFL Summary
- Vendor: ISTQB
- Product: ISTQB-CTFL
- Update on: Sep 17, 2025
- Questions: 361