Multiple choice technology testing

Structural testing is not

  1. Glass box testing.

  2. Proper selection of program or subprogram paths.

  3. Feeding the component input and examining the output.

  4. Exercised during the battery of tests.

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

Structural testing (also called glass box or white box testing) involves examining internal code structure and selecting specific paths through the program. Option C describes black box testing - feeding inputs and examining outputs without knowledge of internal structure. Since structural testing DOES involve internal knowledge, C is what it is NOT.