Multiple choice technology testing

The testing technique that requires devising test cases to exercise the internal logic of a software module is called

  1. Behavioral testing

  2. Black-box testing

  3. Grey-box testing

  4. White-box testing

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

White-box testing (also called glass-box or structural testing) examines the internal structure and implementation details of software. It requires knowledge of the code to design test cases that cover internal paths and logic. This contrasts with black-box testing which only considers inputs and outputs.