Which of the following does not come under Black Box Testing?
-
Equivalance Partitioning
-
Boundary Value Analysis
-
Statement Coverage
-
Decision table Testing
C
Correct answer
Explanation
Statement Coverage is a white-box testing technique that requires examining the internal code structure to ensure each statement is executed. Black-box testing techniques (equivalence partitioning, boundary value analysis, decision tables) focus on inputs and outputs without seeing the code. Therefore, Statement Coverage does not come under black-box testing.