CTFL-Foundation ISTQB Certified Tester Foundation Level Free Practice Exam Questions (2025 Updated)
Prepare effectively for your ISTQB CTFL-Foundation ISTQB Certified Tester Foundation Level 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.
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?
“Experience based" test design techniques, typically...
From the following list, which of the following apply to experience-based techniques? [K2]
a. Test cases are derived from a model of the problem to be solved or the software
b. Test cases are derived from the knowledge of the testers
c. The knowledge of testers, developers and users is used to drive testing
d. The internal structure of the code is used to derive test cases
Of the following, select the best description of the fundamental test process:
What content would be in an incident report if that incident report was based on the IEEE 829 Standard for SoftwareTest Documentation?
(i)Identification of configuration items of the software or system.
(ii)Software or system lifecycle process in which the incident was observed.
(iii)Description of the anomaly to enable reproduction of the incident.
(iv)Number of occurrences of the incident.
(v)Classification of the cause of the incident for metrics and for reporting purposes.
Number of correct answers: 1
Which of the following factors will MOST affect the testing effort required to test a software product? [K1]
Which of the following accurately defines the integration testing test level? [K2]
Which of the following is NOT a valid objective of testing?
Which of the following options describe the causal chain in the correct sequence?
Testing effort can depend on a number of factors, which one of following is MOST likely to impact the amount of effort required?
You are examining a document which gives the precise steps needed in order to execute a test.
What is the correct definition of this document?
A system is being enhanced to simplify screen navigation for users.
Which of the following does NOT reflect structural testing?
Which one of the following statements about testing techniques is TRUE?
Which option BEST describes how the level of risk is determined?
Which of the following would you NOT expect to see on an incident report from test execution?
Debugging and Testing are key activities in the software development lifecycle.
Which of the following are 'Debugging' activities?
a) Identifying, a failure
b) Locating the cause of failure
c) Fixing the defect
d) Checking the fix has resolved the failure
The following Test Cases have been created for a simple web-based airline booking system.
Test Case 1: Search for an item Available Flights
Test Case 2: View selected item in My Flights
Test Case 3: Login to the system: Login is accepted
Test Case 4: Select an available flight: item added to My Flights
Test Case 5: Print confirmation receipt, then exit
Test Case 6: In My Flights, confirm details and book flight
Which of the following is the correct logical order for the test cases?
In the above State Table, which of the following represents an invalid transition?
Which of the following is a white-box test technique?
Which of the following would be a good test technique to use when under severe time pressure?