Multiple choice technology testing

White Box Testing is

  1. Same as glass box testing

  2. Same as clear box testing

  3. Both A and B

  4. None of the above.

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

White box testing examines internal code structures, logic, and implementation. It is equivalently called glass box testing and clear box testing - all three terms refer to the same concept where the tester can 'see through' the code. The names are metaphors for transparent visibility into internal workings.