ISTQB CTFL-2018 Practice Test - Questions Answers, Page 13

List of questions
Question 121

Which of the following is a consideration when deploying test execution tools? [K1]
Question 122

Which of the following correctly states a limitation in the use of static analysis tools? [K1]
Question 123

What is the main reason for using a pilot project to introduce a testing tool into an organization? [K1]
Question 124

Which of the following BEST describes the relationship between test planning and test execution? [K2]
Question 125

The flow graph below shows the logic of a program for which 100% statement coverage and 100% decision coverage is required on exit from component testing. [K4]
The following test cases have been run:
Test Case 1 covering path P,Q,R,U
Test Case 2 covering path P,Q,S,V
Test Case 3 covering path P,Q,S,W,X
Test case 4 covering path P,Q,S,W,Y
Refer to the exhibit
Question 126

Which of the following test cases will ensure that the statement 'Print 'Hold'' is exercised? [K3]
Refer to the exhibit
Question 127

Which of the test cases below will exercise both outcomes from decision 2? [K3]
Refer to the exhibit
Question 128

The Cambrian Pullman Express has special ticketing requirements represented by the partial decision table below.
Refer to the exhibit
Carol has a student railcard and is travelling on a Flexible Standard Class ticket. James has a senior railcard and is travelling on a super saver ticket. Which of the options represents the correct actions for these two test cases? [K3]
Question 129

How does software testing contribute to the quality of delivered software? [K2]
Question 130

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]
Question