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 involves examining and testing the internal logic, code structure, and implementation details of a software module. Test cases are designed to cover specific code paths, branches, and conditions within the source code itself.