ISTQB CTFL-Foundation Question Answer
Consider the following pseudo code:
1 Begin
2 Read Time
3 If Time < 12 Then
4 Print(Time, "am")
5 Endif
6 If Time > 12 Then
7 Print(Time −12, "pm")
8 Endif
9 If Time = 12 Then
10 Print (Time, "noon")
11 Endif
12 End
If the test cases Time = 11 and Time = 15 were input, what level of decision coverage would be achieved?
ISTQB CTFL-Foundation Summary
- Vendor: ISTQB
- Product: CTFL-Foundation
- Update on: Jul 25, 2025
- Questions: 272