ISTQB-CTFL ISTQB Certified Tester Foundation Level (CTFL v4.0) Free Practice Exam Questions (2025 Updated)
Prepare effectively for your ISTQB ISTQB-CTFL ISTQB Certified Tester Foundation Level (CTFL v4.0) 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.
A team's test strategy was to invest equal effort in testing each of a system's modules. After running one test cycle, it turned out that most of the critical bugs were detected in one of the system's modules.
Which testing principal suggests a change to the current test strategy for the next test cycle?
Select the roles required in a formal review:
Which of the following statements is NOT true about Configuration management and software testing?
Which of the following statements is LEAST likely to be describing component testing?
Which of the following is a typical product risk?
Which of the following statements about the typical activities of a formal review process is TRUE?
Which of the following examples represents System Integration testing?
A typical objective of testing is to ensure that:
Which of the following statements best describes the difference between product risk and project risk in software testing?
The following state transition diagram describes the functionality involved in a system using fingerprint and password authentication to log onto a system.
How many distinct states of the system are visible in the above diagram?
Which of the following statements best describes the value of maintaining traceability in software testing?
Which or the following would be a key difference between a peer review of code and static analysis of code using a tool?
The testers in company A were part of the development team. Due to an organizational change they moved to be part of the support team.
What are the advantages and the disadvantages of this change?
Which of the following statements is true?
What type of testing measures its effectiveness by tracking which lines of code were executed by the tests?
Which of the following statements about re-testing and regression testing are TRUE?
I Re-testing should be performed after a defect is fixed.
II Regression testing should always be performed after a defect is fixed.
III. Re-testing and regression testing may be performed at any test level.
IV Regression testing may include functional, non-functional and structural testing.
V. Re-testing should be included in the debugging activity.
An e-commerce site accepts credit cards for processing the payment. The payment processing form has a field for the amount of money to be deducted. The minimum amount of money that can be processed is $10. The credit cards have a limit of $5,000 (Five Thousand). Assume that only integers can be accepted as inputs. Which of the following set of boundary values you will choose for EFFICIENT testing for the amount of money that can be spent?
Which of the following statements about static testing and dynamic testing is true?
Consider a program that computes the factorial of a number (n). From the specifications you know that:
• I n < 0. a message "Value out of range" must be issued.
• If 0 < n < 100, the program calculates the factorial and returns the number
• If 100 < n < 200 message "Value out of range" must be issued
Which of the following statements about white-box testing is FALSE?