CTFL_Syll2018 iSQI ISTQB Certified Tester Foundation Level (Syllabus 2018) Free Practice Exam Questions (2025 Updated)
Prepare effectively for your iSQI CTFL_Syll2018 ISTQB Certified Tester Foundation Level (Syllabus 2018) certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.
Which of the following statements is NOT correct?
Which ONE of the following is the BEST way to take advantage of the different mindsets of testers and developers?
One of the exit criteria for a SW project was defined as "80% statement coverage".
A test manager submitted the following report:
"We did not measure the statement coverage. However, we ensured 80% branch coverage, therefore the exit criteria was met".
Is the test manager right?
Which of the following BEST describes checklist-based testing?
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
Software was found to take much more time than the stated requirement of less than one second to save a file. Upon investigation it was found that there was an unnecessary check inside a loop which was slowing down the file-save operation. The software not being able to meet the desired response time is an example of
What is a "test harness"?
A program got 100% decision coverage in a test. Which of the following statements is then guaranteed to be true?
Which of the following BEST describes a Test Case?
When can functional and structural testing BOTH be applied?
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?
When a test case is created based on a Use Case, what type of test is created?
After a record of poor-quality software releases (incorrect menu selection options, new features that do not work, users allowed to change security levels without administrator rights), you have been asked to review the test capability in your company.
You have limited time to do the review before the next project, which type of testing would be MOST appropriate to review first?
Consider the following Pseudo code:
How many minimum lea cases are required to cover 100% Statement coverage and Decision coverage?
Which of the following is a white-box test technique?
Which of the following BEST describes error guessing?
Your task is to compile a test execution schedule for the current release of software.
The system specification states the following logical dependencies:
• An admin user must create/amend/delete a standard user.
• A standard user is necessary to perform all other actions.
The test plan requires that re-tests must be performed first, followed by the highest priority tests. To save time, the test plan states that tests should be scheduled to create test data for the subsequent tests in the schedule.
The following test cases have been designed, with an indication of priority (1 being the highest priority) and whether the test has previously failed.
Which test execution schedule meets the test plan requirements and logical dependencies?
Which of the following are the phases of the ISTQB fundamental test process?
You have to specify test cases based on equivalence partitioning and boundary value analysis for an internet shop selling baby shoes The shop provides a selection of shoes based on the following input parameters:
- There are 4 different sizes, depending on the age of the baby. The system selects the appropriate size based on the following criteria:
Which of the following statements is true?
You need to test the login page of a web site The page contains fields for user name and password Which test design techniques are most appropriate for this case?