Which of the following test design techniques is not a black box technique?
Which of the following test design techniques is not a black box technique?
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.
D correct
D is correct
D. Statement coverage
D. Statement coverage