| Exam Name: | ISTQB Certified Tester Foundation Level (CTFL v4.0) | ||
| Exam Code: | ISTQB-CTFL Dumps | ||
| Vendor: | ISTQB | Certification: | Foundation Level |
| Questions: | 406 Q&A's | Shared By: | effy |
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
Why it is essential that defects found in a review be reported objectively?
The following 4 equivalence classes are given:
Which of the following alternatives includes correct test values for x. based on equivalence partitioning?