ISQI ISTQB Certified Tester Foundation Level (Syllabus 2018) - CTFL_Syll2018 Exam Practice Test
Given the following types of testing and testing scenarios:
a. Regression testing
b. Confirmation testing
1. Testing to ensure the application of a new version of the operating system does not have any unintended side-effects on the system
2. Testing due to the application of a security patch
3. Testing due to the application of a new version of the database management system
4. Testing to ensure the fix to the payroll system truly works
Which of the following BEST matches the type of testing with the testing scenario?
a. Regression testing
b. Confirmation testing
1. Testing to ensure the application of a new version of the operating system does not have any unintended side-effects on the system
2. Testing due to the application of a security patch
3. Testing due to the application of a new version of the database management system
4. Testing to ensure the fix to the payroll system truly works
Which of the following BEST matches the type of testing with the testing scenario?
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Why is measurement of code coverage Important?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Given the following state transition diagram where SS is the start state:

Which of the following answers describes a test case that only uses valid transitions to exercise all states, using the minimum number of transitions?

Which of the following answers describes a test case that only uses valid transitions to exercise all states, using the minimum number of transitions?
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which of the following approaches is/are used in Integration tests?
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Decision table testing is being performed on transactions in a bank's ATM (Automated teller Machine) system. Two test cases have already been generated for rules 1 and 4, which are shown below:

Given the following additional test cases:

Which two of the additional test cases would achieve fill coverage of the full decision table (when combined with the test cases that have already been generated for rules a and 4?

Given the following additional test cases:

Which two of the additional test cases would achieve fill coverage of the full decision table (when combined with the test cases that have already been generated for rules a and 4?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which of the following best describes the Black-box technique?
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
"Experience based" test design techniques, typically...
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which of the following statements about test reports are TRUE?
I. Test reports shall be approved by the test team.
II. Test reports shall give stakeholders information as basis for decisions III. Test reports shall summarize what happened through a period of testing, IV. Test reports shall be approved by the development team, the test team and the customer
V. Test reports shall include information about remaining risks.
I. Test reports shall be approved by the test team.
II. Test reports shall give stakeholders information as basis for decisions III. Test reports shall summarize what happened through a period of testing, IV. Test reports shall be approved by the development team, the test team and the customer
V. Test reports shall include information about remaining risks.
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
The following checklist has been produced to help reviewers detect defects with user stones:
User Story Checklist:
1. The user story must have a unique identifier
2 The user story must contain the user/customer
3 The user story must contain the need
4. The user story must contain the reason.
5. The user story must contain testable acceptance Criteria-Using the checklist above what is wrong with the following user story?
User Story US2018
As a bank account customer, I would like to transfer money from one account to another using the mobile banking application by using the drag and drop feature.
This is acceptable when
* I can drag and drop from one account to another and select any of the pre-defined amounts
* I can drag and drop from one account to another and type in any positive amount
* Once I confirm the details the amount is debited from the first account and credited to the second account
User Story Checklist:
1. The user story must have a unique identifier
2 The user story must contain the user/customer
3 The user story must contain the need
4. The user story must contain the reason.
5. The user story must contain testable acceptance Criteria-Using the checklist above what is wrong with the following user story?
User Story US2018
As a bank account customer, I would like to transfer money from one account to another using the mobile banking application by using the drag and drop feature.
This is acceptable when
* I can drag and drop from one account to another and select any of the pre-defined amounts
* I can drag and drop from one account to another and type in any positive amount
* Once I confirm the details the amount is debited from the first account and credited to the second account
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which of the following correctly states a limitation in the use of static analysis tools? [K1]
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Considering the following pseudo-code, calculate the MINIMUM number of test cases required to achieve
100% statement coverage and 100% decision coverage.

100% statement coverage and 100% decision coverage.

Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Consider the following excerpt from a defect report:
To recreate the failure we used test file TST_01_TC_16.dat which is available in the common shared folder''.
Which incident report objective does this excerpt satisfy?
To recreate the failure we used test file TST_01_TC_16.dat which is available in the common shared folder''.
Which incident report objective does this excerpt satisfy?
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Test script TransVal 3.1 tests transaction validation via screen TRN 003B. According to the specification (PID ver 1.3 10b iv) the validation screen should not accept future dated transactions. Test script TransVal 3.1 passes. Test script eod 1.4 tests end of day processing and is run after the execution of TransVal 3.1 using data entered during that test Which of the following is the BEST detail on an incident report? [K3]
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which statement best describes the key difference between a mindset for test activities and a mindset for development activities?
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
How are statement testing and decision testing techniques similar?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).