Multiple choice technology testing

Which of the following is NOT a White-box testing approach?

  1. Mutation Testing

  2. Specification-based testing

  3. Fault Injection

  4. Code coverage

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

White-box testing examines internal code structure. Mutation Testing alters code to verify tests catch changes. Fault Injection introduces errors to test system response. Code coverage measures how much code is executed. Specification-based testing uses requirements without code knowledge - it's black-box, not white-box.