Bird
0
0

In a stress test, if the system crashes when the number of users reaches 5000, what does this indicate?

medium📝 Predict Output Q5 of 15
Testing Fundamentals - Non-Functional Testing
In a stress test, if the system crashes when the number of users reaches 5000, what does this indicate?
AThe test script has a syntax error
BThe system's maximum capacity is below 5000 users
CThe system can handle unlimited users
DThe system is optimized for 5000 users
Step-by-Step Solution
Solution:
  1. Step 1: Analyze crash at 5000 users

    A crash at 5000 users means the system cannot handle that many users.
  2. Step 2: Interpret system capacity

    This means the max capacity is less than 5000 users; other options are incorrect.
  3. Final Answer:

    The system's maximum capacity is below 5000 users -> Option B
  4. Quick Check:

    Crash means capacity exceeded [OK]
Quick Trick: Crash means capacity limit reached [OK]
Common Mistakes:
  • Assuming crash means unlimited capacity
  • Blaming test script without evidence
  • Thinking crash means optimization

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes