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?
A . Equivalence partitioning
B . State transition testing
C . Boundary value analysis
D . Statement coverage

Answer: D

Explanation:

Statement coverage is not a black box technique, because it requires knowledge of the internal structure of the code. Black box techniques are based on the external behavior and specification of the software, without looking at the code. Equivalence partitioning, state transition testing, and boundary value analysis are all examples of black box techniques12

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments