ISTQB Related Exams
CTFL-Foundation Exam
Candidates often use the official ISTQB syllabus, sample papers, and preparation guides. At CertsTopics, we provide updated CTFL-Foundation PDFs, exam dumps, questions and answers, and practice tests for effective preparation.
Which of the test cases below will exercise both outcomes from decision 2? [K3]
Refer to the exhibit

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?
An iPhone application identifies and counts all purchases of a particular product from a shopping website. The application incorrectly counts purchase attempts by including both failed attempts, and also those where the purchase was terminated by the user before completion. Testing has identified that the problem was located in the ‘purchase identification’ module, where the first stage in the purchasing process was counted, rather than a successful confirmed purchase.
Which of the following statements correctly identifies what has happened? [K2]