CTFL Exam QuestionsBrowse all questions from this exam

CTFL Exam - Question 17


Which of the following are valid test objectives?

(i)Finding defects.

(ii)Gaining confidence about the level of quality and providing information.

(iii)Preventing defects.

(iv)Debugging the code.

Show Answer
Correct Answer: A

The valid test objectives include finding defects, gaining confidence about the level of quality and providing information, and preventing defects. Debugging the code is not considered a test objective as it is typically done by developers rather than testers. Thus, i, ii, and iii are the correct test objectives.

Discussion

4 comments
Sign in to comment
subwaysandwichOption: A
Dec 5, 2021

Ans: A. Debugging code (to find the root cause of defects) is done by developers, not testers.

MthethoOption: A
Feb 17, 2023

A. i, ii and iii

MthethoOption: A
Feb 19, 2023

A. i, ii and iii

laraerfOption: A
Jun 8, 2023

A is correct