ISTQB CTFL_Syll2018 ISTQB Certified Tester Foundation Level (Syllabus 2018) Online Training
ISTQB CTFL_Syll2018 Online Training
The questions for CTFL_Syll2018 were last updated at Nov 21,2024.
- Exam Code: CTFL_Syll2018
- Exam Name: ISTQB Certified Tester Foundation Level (Syllabus 2018)
- Certification Provider: ISTQB
- Latest update: Nov 21,2024
Refer to the exhibit
Which of the test cases below will exercise both outcomes from decision 2? [K3]
- A . P = 24, Q = 20, P=24, Q=25
- B . P = 36, Q = 36, P=37, Q=35
- C . P = 42, Q = 43, P=42, Q=42
- D . P = 37, Q = 36, P=35, Q=36
Refer to the exhibit
The Cambrian Pullman Express has special ticketing requirements represented by the partial decision table below.
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]
- A . Carol is eligible to upgrade; James cannot use the service
- B . Carol is OK to travel; James is eligible for an upgrade
- C . Carol and James are both eligible to upgrade
- D . Carol is OK to travel; James cannot use the service
How does software testing contribute to the quality of delivered software? [K2]
- A . By detecting and removing all the defects in the delivered code and ensuring that all tests adhere to the quality standards set for the project
- B . By measuring reliability of the software and ensuring that it is always above 99.99%
- C . By identifying root causes of defects from past projects and using the lessons learned to improve processes and thus help to reduce the defect count
- D . By detecting all deviations from coding good practice and ensuring that these are corrected
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]
- A . The application failed because of a defect in the purchase identification module caused by a programmer mistake or an error in the specification.
- B . An error by the programmer led to a mistake in the purchase identification module and this caused a defect in the application
- C . A defect in the purchase identification module caused by a mistake in the module specification led to a defect in the overall application
- D . A bug in the purchase identification module caused a fault in the application