Bird
0
0

If a bug causes the entire application to crash only under heavy user load, which testing level is best suited to detect it?

medium📝 Predict Output Q5 of 15
Testing Fundamentals - Testing Types and Levels
If a bug causes the entire application to crash only under heavy user load, which testing level is best suited to detect it?
AIntegration Testing
BUnit Testing
CPerformance Testing
DSystem Testing
Step-by-Step Solution
Solution:
  1. Step 1: Understand bug condition

    The bug appears under heavy user load causing crash.
  2. Step 2: Identify testing type for load issues

    Performance testing checks software behavior under load and stress.
  3. Final Answer:

    Performance Testing -> Option C
  4. Quick Check:

    Load-related bugs = Performance Testing [OK]
Quick Trick: Load and crash bugs found by performance testing [OK]
Common Mistakes:
  • Choosing unit or integration testing for load bugs
  • Confusing system testing with performance testing
  • Ignoring performance testing for load-related issues

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes