Bird
Raised Fist0

Consider this simplified load test script output summary:

medium📝 Predict Output Q13 of Q15
Testing Fundamentals - Non-Functional Testing
Consider this simplified load test script output summary:
Users simulated: 100
Average response time: 2.5 seconds
Error rate: 0%

What does this output tell us about the system's performance?
AThe system handles 100 users with no errors but response time is moderate
BThe system has errors and slow response time
CThe system cannot handle 100 users
DThe system response time is very fast
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the output values

    100 users were simulated, error rate is 0%, so no errors occurred. Average response time is 2.5 seconds.
  2. Step 2: Interpret performance meaning

    No errors means system handled load well. Response time of 2.5 seconds is moderate speed, not very fast.
  3. Final Answer:

    The system handles 100 users with no errors but response time is moderate -> Option A
  4. Quick Check:

    No errors + moderate response = system handles load [OK]
Quick Trick: Zero errors + response time shows load handling quality [OK]
Common Mistakes:
MISTAKES
  • Assuming 2.5 seconds is very fast
  • Ignoring error rate meaning
  • Confusing number of users with errors

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes