Multiple choice technology testing

Which of the following techniques is NOT a White box technique?

  1. Statement Testing and coverage

  2. Decision Testing and coverage

  3. Condition Coverage

  4. Boundary value analysis

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

White-box testing techniques require knowledge of internal code structure. Statement testing, decision testing, and condition coverage all examine internal code paths. Boundary value analysis is a black-box technique that only considers input/output boundaries without internal code knowledge.