ISTQB CTFL Foundation ISTQB Certified Tester Foundation Level Online Training
ISTQB CTFL Foundation Online Training
The questions for CTFL Foundation were last updated at Nov 23,2024.
- Exam Code: CTFL Foundation
- Exam Name: ISTQB Certified Tester Foundation Level
- Certification Provider: ISTQB
- Latest update: Nov 23,2024
What should be the MAIN objective during development testing?
- A . To cause as many failures as possible so that defects in the software are identified and can be fixed
- B . To confirm that the system works as expected and that requirements have been met
- C . To assess the quality of the software with no intention of fixing defects
- D . To give information to stakeholders of the risk of releasing the system at a given time
Which statement correctly describes the public and profession aspects of the code of ethics?
- A . Public: Certified software testers shall act in the best interests of their client and employer (being consistent with the wider public interest). Profession: Certified software testers shall advance the integrity and reputation of their industry consistent with the public interest.
- B . Public: Certified software testers shall advance the integrity and reputation of the profession consistent with the public interest. Profession: Certified software testers shall consider the wider public interest in their actions.
- C . Public: Certified software testers shall consider the wider public interest in their actions. Profession: Certified software testers shall participate in lifelong learning regarding the practice of their profession and shall promote an ethical approach to the practice of their profession.
- D . Public: Certified software testers shall consider the wider public interest in their actions.
Profession: Certified software testers shall advance the integrity and reputation of their industry consistent with the public interest.
Which of the following terms is used to describe the management of software components comprising an integrated system?
- A . Configuration management
- B . Incident management
- C . Test monitoring
- D . Risk management
Which of the following pairs of test tools are likely to be most useful during the test analysis and design stage of the fundamental test process?
(i) Test execution tool
(ii) Test data preparation tool
(iii) Test management tool
(iv) Requirements management tool
- A . (i) and (ii)
- B . (i) and (iv)
- C . (ii) and (iii)
- D . (iii) and (iv)
Which of the following is usually the test basis for integration testing?
- A . Program specification
- B . Functional specification
- C . Technical specification
- D . Requirement specification
Which of the following are the most important factors to be taken into account when selecting test techniques?
(i) Tools available.
(ii) Regulatory standards.
(iii) Experience of the development team.
(iv) Knowledge of the test team.
The need to maintain levels of capability in each technique.
- A . (i) and (ii)
- B . (ii) and (iv)
- C . (iii) and (iv)
- D . (i) and (v)
Which of the following is correct?
Debugging is:
- A . Testing/checking whether the software performs correctly.
- B . Checking that a previously reported defect has been corrected.
- C . Identifying the cause of a defect, repairing the code and checking the fix is correct.
- D . Checking that no unintended consequences have occurred as a result of a fix.
A top-down development strategy affects which level of testing most?
- A . Component testing
- B . Integration testing
- C . System testing
- D . User acceptance testing
Which of the following is the main purpose of the component build and integration strategy?
- A . to ensure that all of the small components are tested
- B . to ensure that the system interfaces to other systems and networks
- C . to ensure that the integration testing can be performed by a small team
- D . to specify how the software should be divided into components
- E . to specify which components to combine when, and how many at once
What is the concept of introducing a small change to the program and having the effects of that change show up in some test..?
- A . Introducing mutations
- B . Performance testing
- C . A mutation error
- D . Debugging a program