CTFL Exam QuestionsBrowse all questions from this exam

CTFL Exam - Question 16


Which of the following test design techniques is not a black box technique?

Show Answer
Correct Answer: D

Statement coverage is a white-box testing technique, which involves testing the internal structures or workings of a program, rather than the functionality exposed to the end user. Equivalence partitioning, state transition testing, and boundary value analysis are all black-box testing techniques that focus on testing the software from an external perspective without regard to the internal code structure.

Discussion

4 comments
Sign in to comment
MthethoOption: D
Feb 17, 2023

D. Statement coverage

MthethoOption: D
Feb 19, 2023

D. Statement coverage

laraerfOption: D
Jun 8, 2023

D is correct

0b82866Option: D
Apr 25, 2024

D correct