Multiple choice technology testing

White Box Techniques are also called as

  1. Structural Testing

  2. Design Based Testing

  3. Error Guessing Technique

  4. Experience Based Technique

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

White Box Testing techniques are also called Structural Testing because they examine the internal structure, design, and code implementation of the software. This contrasts with Black Box testing (which examines functionality without looking at internal code) and experience-based techniques.