ISTQB ISTQB-CTFL ISTQB-Foundation Level Exam Online Training
ISTQB ISTQB-CTFL Online Training
The questions for ISTQB-CTFL were last updated at Jul 19,2025.
- Exam Code: ISTQB-CTFL
- Exam Name: ISTQB-Foundation Level Exam
- Certification Provider: ISTQB
- Latest update: Jul 19,2025
Which of the following issues cannot be identified by static analysis tools?
- A . Very low MTBF (Mean Time Between failure)
- B . Potentially endless loops
- C . Referencing a variable with an undefined value
- D . Security vulnerabilities
A company runs a pilot project for evaluation of a test automation tool.
Which of the following is NOT a valid object of this pilot project?
- A . Get familiar with the functionality and options of the tool
- B . Check haw the tool fits to the existing test processes
- C . Train all testers on using the tool
- D . Decide upon standards for tool implementation
Which of the following applications will be the MOST suitable for testing by Use Cases
- A . Accuracy and usability of a new Navigation system compared with previous system
- B . A billing system used to calculate monthly charge based or large number of subscribers parameters
- C . The ability of an Anti virus package to detect and quarantine a new threat
- D . Suitability and performance of a Multi media (audio video based) system to a new operating system
A program is used to control a manufacturing line (turn machines on and off. start and stop conveyer belts, add raw materials to the flow. etc.). Not all actions are possible at all times. For example, there are certain manufacturing stages that cannot be stopped – unless there is an emergency. A tester attempts to evaluate if all such cases (where a specific action is not allowed) are covered by the tests.
Which coverage metric will provide the needed information for this analysis?
- A . Code coverage
- B . Data flow coverage
- C . Statement coverage
- D . Branch Coverage
What is test oracle?
- A . The source of lest objectives
- B . The source for the actual results
- C . The source of expected results
- D . The source of input conditions
Which ONE of the following statements does NOT describe how testing contributes to higher quality?
- A . Properly designed tests that pass reduce the level of risk in a system.
- B . The testing of software demonstrates the absence of defects.
- C . Software testing identifies defects, which can be used to improve development activities.
- D . Performing a review of the requirement specifications before implementing the system can enhance quality.
Which of the following statements describes regression testing?
I. Retesting of a fixed defect
II. Testing of an already tested program
III. Testing of new functionality in a program
IV. Regression testing applies only to functional testing
V. Tests that do not nave to be repeatable, because They are only used once
- A . II, IV, V
- B . I, III, IV
- C . II
- D . I, IV
A calculator software is used to calculate the result for 5+6.
The user noticed that the result given is 6.
This is an example of;
- A . Mistake
- B . Fault
- C . Error
- D . Failure
A system has a self-diagnostics module that starts executing after the system is reset. The diagnostics are running 12 different tests on the systems memory hardware.
The following is one of the requirements set for the diagnostics module:
‘The time taking the diagnostics tests to execute shall be less than 2 seconds’
Which of the following is a failure related to the specified requirement?
- A . The diagnostic tests fail to start after a system reset
- B . The diagnostic tests take too much time to execute
- C . The diagnostic tests that measure the speed of the memory, fail
- D . The diagnostic tests fail due to incorrect implementation of the test code
Which of the following statements is an example of testing contributing to higher quality?
- A . A test leader writes a test summary report
- B . A project manager asks to a test leader to estimate the test effort
- C . A tester installs a test ten in the lest environment
- D . A tester finds a bug which is resolved prior to release