Exam Name: | ISTQB Certified Tester Foundation Level | ||
Exam Code: | CTFL-Foundation Dumps | ||
Vendor: | ISTQB | Certification: | Foundation Level |
Questions: | 272 Q&A's | Shared By: | esmee |
What is retesting?
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?