White box testing is a specification-based technique.
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.