ISTQB ISTQB-CTFL ISTQB-Foundation Level Exam Online Training
ISTQB ISTQB-CTFL Online Training
The questions for ISTQB-CTFL were last updated at Jul 17,2025.
- Exam Code: ISTQB-CTFL
- Exam Name: ISTQB-Foundation Level Exam
- Certification Provider: ISTQB
- Latest update: Jul 17,2025
Which of the following statements about testware are correct?
I. When closing the test activities, all the testware resources can be uninstalled and released
II. All the testware should be subject to Configuration Management
III. The testware. at the end of the project, should be transferred to the organization responsible for maintenance
IV. The developers are responsible for the correct installation of the testware
- A . II, Ill
- B . I, Ill
- C . I, IV
- D . II, IV
A QA manager of a start-up company needs to implement within a week a low cost incident management tool.
Which of the following is the best option?
- A . Document incidents on a large board in the lab
- B . Purchase and deploy an incident management tool
- C . Manage the incidents through E-mails and phone calls
- D . Manage the incidents in a spreadsheet posted on the intranet
Which of the following statements regarding inspection is NOT true?
- A . An inspection may be led by a trained moderator who shall not be the author.
- B . The main purpose of an inspection is to find solutions to the problems.
- C . An inspection can be performed by peers.
- D . An inspection shall follow a formal process based on rules and checklists with entry and exit criteria
Which of the following options cover the test types performed during typical system testing phase:
I. Usability
II. Requirements based scenarios
III. Testing parts of the code in isolation
IV. Correct order of parameters in API calls
- A . I, Ill
- B . I, II
- C . II, IV
- D . III, IV
A mid-size software product development company has analyzed data related to defects detected in its product and found out that detects fixed in earlier builds are getting re-opened after a few months.
The company management now seeks your advice in order to reverse this trend and prevent re-opening of defects fixed earlier.
What would be your FIRST recommendation to the company?
- A . Automate existing test suits so that lesser time is spent on execution of each test, and more tests can be executed m the available time thus leading to a lower probability of defects slipping by
- B . Verify existing regression test suite are adequate, and augment it, if required, in order to ensure that defects fixed earlier get re-tested in each subsequent build
- C . Analyze the product modules containing maximum defects, and get them thoroughly tested and defects fixed as a one-time activity
- D . If required, tram the teams responsible for development and testing of the modules containing maximum number of defects, and if this does not help, replace them with more knowledgeable people
Which of the following does MOT describe a reason why testing is necessary?
- A . The customer decided that 100% branch coverage shall be achieved
- B . The acquisition of test automation tools was based on the assumption that it will be used m all projects
- C . For avionics and pharmaceutical systems software testing is mandated by standards
- D . The risks associated with delivering the system are far higher than the cost of testing
Which of the following statements is CORRECT?
- A . Test cases are made up of input values, expected results and actual results developed to cover test objectives
- B . Test cases describe items or events to test that are derived from the test basis during the test analysis activity
- C . Test cases are sequences of actions for test execution specified during the test implementation activity
- D . Test cases are derived during the test design activity to cover test objectives or test conditions
Given the following requirement:
Requirement ID: 2 8
Requirement Description Additional Entrance Fee
Detailed Description
An additional fee of S3 is charged during the weekend, but
1) Visitors aged under 7 are not charged.
2) Visitors aged 7 to 13 inclusive get a 20% discount off the additional fee.
3) Visitors aged greater than 65 get a 50% discount off the additional fee.
Age should be an integer of 0 or above.
Weekend means Friday to Sunday inclusive.
Which of the following statements is NOT correct?
- A . Thursday is a valid input boundary value.
- B . A minimum of 6 valid test cases are derived from boundary value analysis based on input age.
- C . $3.01 is a valid output boundary value.
- D . 7 and 13 are boundary values for the equivalence partition including age 10.
Out of the following. what is not needed to specify in defect report?
- A . Test environment details
- B . How to reproduce the defect
- C . How to fix the defect
- D . Seventy and priority
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?
- A . Decision table testing, state transition testing.
- B . Equivalence partitioning, Boundary value analysis.
- C . Exploratory testing, statement coverage.
- D . Decision coverage, fault attack.