Multiple choice technology testing

The testing technique which requires test cases to exercise the internal logic of a software module?

  1. black-box testing

  2. white-box testing

  3. behavioural testing

  4. grey-box testing

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

White-box testing (also called glass-box, clear-box, or structural testing) examines the internal structure, design, and coding of software. It requires the tester to have knowledge of the internal code and logic to design test cases that exercise different paths, branches, and conditions within the module. This is in contrast to black-box testing, which focuses on inputs and outputs without knowledge of internal code.