Exam CTFL All QuestionsBrowse all questions from this exam
Question 16

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

    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
0b82866Option: D

D correct

laraerfOption: D

D is correct

MthethoOption: D

D. Statement coverage

MthethoOption: D

D. Statement coverage