Exam Name: | ISTQB Certified Tester Foundation Level (Syllabus 2018) | ||
Exam Code: | CTFL_Syll2018 Dumps | ||
Vendor: | iSQI | Certification: | CTFL2018 |
Questions: | 365 Q&A's | Shared By: | fred |
Which of the following metrics could be used to monitor progress along with test preparation and execution? [K1]
From the following list, which of the following apply to experience-based techniques? [K2]
a. Test cases are derived from a model of the problem to be solved or the software
b. Test cases are derived from the knowledge of the testers
c. The knowledge of testers, developers and users is used to drive testing
d. The internal structure of the code is used to derive test cases
Which of the following accurately defines the integration testing test level? [K2]
Consider the following pseudo code:
1. Begin
2. Input X, Y
3. If X > Y
4. __Print (X, ‘is greater than’, Y)
5. Else
6. __Print (Y, is greater than or equal to’, X)
7. EndIf
8. End
What is the minimum number of test cases required to guarantee both 100% statement coverage and 100% decision coverage?