Bird
0
0

Why might black-box testing miss certain software defects that white-box testing can find?

hard📝 Conceptual Q10 of 15
Testing Fundamentals - Testing Models and Approaches
Why might black-box testing miss certain software defects that white-box testing can find?
ABecause black-box testing only tests performance
BBecause black-box testing does not examine internal code logic
CBecause black-box testing requires code modification
DBecause black-box testing ignores user inputs
Step-by-Step Solution
Solution:
  1. Step 1: Understand black-box testing scope

    Black-box testing ignores internal code logic, focusing on inputs and outputs.
  2. Step 2: Identify defect detection limits

    Without code examination, some logic errors remain undetected.
  3. Final Answer:

    Because black-box testing does not examine internal code logic -> Option B
  4. Quick Check:

    Black-box misses code logic defects [OK]
Quick Trick: Black-box ignores code logic, may miss defects [OK]
Common Mistakes:
  • Thinking black-box tests performance only
  • Assuming black-box modifies code

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes