Multiple choice technology testing

Which of the following is the odd one out?

  1. structural

  2. functional

  3. white box

  4. glass box

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

Structural, white box, and glass box all refer to the same testing approach that examines internal code structure and implementation. Functional testing is different: it treats the software as a black box, testing based on inputs and expected outputs without knowledge of internal design. The question tests recognition of equivalent testing terminology.