ISTQB ISTQB-CTFL ISTQB-Foundation Level Exam Online Training
ISTQB ISTQB-CTFL Online Training
The questions for ISTQB-CTFL were last updated at Jul 18,2025.
- Exam Code: ISTQB-CTFL
- Exam Name: ISTQB-Foundation Level Exam
- Certification Provider: ISTQB
- Latest update: Jul 18,2025
Which type of software development product can undergo static testing?
- A . Any software development product can undergo static testing, including requirements specifications, design specifications and code.
- B . Static tests should be performed on the installation and user guide documents as these documents are used by the end user.
- C . Static testing is done only on the code as part of the "code review" sessions Other documents are reviewed, but not by static testing.
- D . Static testing is done only on the requirements You need to execute the software in order to find defects in the code.
The following incident report that was generated during test of a web application.
What would you suggest as the most important report improvement?
Defect detected date: 15 8.2010
Defect detected by: Joe Smith
Test level System test
Test case: Area 5/TC 98
Build version: 2011-16.2
Defect description After having filled out all required fields in screen 1, t click ENTER to continue to screen 2 Nothing happens, no system response at all.
- A . Add information about which web browser was used
- B . Add information about which developer should fix the bug
- C . Add the time stamp when the incident happened
- D . Add an impact analysis
Which of the following statements is LEAST likely to be describing component testing?
- A . It identifies defects in modules and classes.
- B . Simulators and stubs may be required.
- C . It mainly tests interfaces and interaction between components.
- D . It may be applied using a test-first approach.
Which of the following is NOT a common objective of testing?
- A . Finding defects in the software
- B . Preventing defects
- C . Debugging the software to find the reason for defects
- D . Providing information on the status of the system
A Static analysis tool analyzes a given program’s CONTROL FLOW among other things.
Which of the following options represents the most likely outcome of the control flow analysis:
- A . Identification of unreachable code
- B . Report on adherence to the coding standards
- C . Number of comment lines
- D . Number of source code lines
Which of the following tools is most likely to detect defects in functions or methods in source code?
- A . configuration management tool
- B . unit test framework tool
- C . test design tool
- D . monitoring tool
A system has valid input numbers ranging between 1000 and 99999 (both inclusive).
Which of the following inputs are a result of designing tests for all valid equivalence classes and their boundaries?
- A . 999.1000.23232.99999.100000
- B . 999.1000.50000.100000.100001
- C . 999.100000
- D . 1000,50000,99999
Which of the following is the most important task of a typical test leader?
- A . To automate tests.
- B . To prepare and acquire test data.
- C . To set up the test environment.
- D . To coordinate the test strategy with project managers.
Which of the following is NOT an experience-based technique?
- A . Boundary value analysis.
- B . Error guessing
- C . Exploratory testing
- D . Fault attack
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.
Ill. 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.
- A . II, III, V
- B . I, II, IV
- C . I, III, v
- D . II, III, IV