Multiple choice technology testing

What types of errors are missed by Black-Box Testing and can be uncovered by White-Box Testing ?

  1. Behavioral Errors

  2. Logic Errors

  3. Performance Errors

  4. Typographical Errors

  5. Both B and D

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

Black-box testing examines software behavior from the outside without viewing internal code, so it cannot detect logic errors in code flow or typographical mistakes within the implementation. White-box testing, which inspects the internal structure, can uncover these hidden defects that don't manifest as behavioral failures.