Multiple choice technology testing

White Box testing is used for?

  1. testing and functionality

  2. testing the source code

  3. testing the reliability requirements

  4. testing the portability requirements

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

White box testing inspects the internal structures, logic, and implementation details of the software's source code. In contrast, black box testing is concerned with external functional behavior, and other testing types handle non-functional requirements such as reliability and portability without directly analyzing the source code.