Multiple choice technology testing

White box testing is a specification-based technique.

  1. True

  2. False

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

White box testing is a structural technique that examines internal code structure, logic, and implementation. It requires knowledge of the system's internal workings. Specification-based testing is black box testing, which relies on external requirements without accessing internal code. The statement incorrectly categorizes white box as specification-based.