Bird
0
0

A software project has a bug that only appears when the full system runs with real user data, but not during unit or integration tests. Which testing level is best suited to find this bug?

hard📝 Application Q15 of 15
Testing Fundamentals - Testing Types and Levels
A software project has a bug that only appears when the full system runs with real user data, but not during unit or integration tests. Which testing level is best suited to find this bug?
AUnit Testing
BIntegration Testing
CSystem Testing
DAcceptance Testing
Step-by-Step Solution
Solution:
  1. Step 1: Analyze bug conditions

    The bug appears only when the full system runs with real user data, not in smaller tests.
  2. Step 2: Match testing level to scenario

    System testing checks the entire system working together, often with realistic data, so it is best to find such bugs.
  3. Final Answer:

    System Testing -> Option C
  4. Quick Check:

    Full system with real data = System Testing [OK]
Quick Trick: Full system bugs? Use System Testing [OK]
Common Mistakes:
  • Choosing unit or integration testing for full system bugs
  • Confusing acceptance testing with system testing
  • Ignoring the importance of real user data in tests

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes