Multiple choice technology testing

White box testing is not called as______

  1. Glass box testing

  2. Closed box testing

  3. Open box testing

  4. Clear box testing

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

White box testing requires knowledge of internal code structure. Glass box, open box, and clear box all refer to seeing inside the code. 'Closed box' refers to black box testing where internal implementation is hidden.