Multiple choice technology testing

Which of the following does not come under Black Box Testing?

  1. Equivalance Partitioning

  2. Boundary Value Analysis

  3. Statement Coverage

  4. Decision table Testing

Reveal answer Fill a bubble to check yourself
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.