Bird
0
0

You wrote a performance test script but it always stops with an error after 5 users start. What is the most likely cause?

medium📝 Conceptual Q14 of 15
Testing Fundamentals - Non-Functional Testing
You wrote a performance test script but it always stops with an error after 5 users start. What is the most likely cause?
AThe test script has a limit on concurrent users set too low
BThe website is too fast and closes the test
CThe test tool does not support more than 5 users ever
DThe internet connection is too slow
Step-by-Step Solution
Solution:
  1. Step 1: Understand the error context

    The test stops after 5 users start, suggesting a limit reached in the script or tool settings.
  2. Step 2: Evaluate options for cause

    The test script has a limit on concurrent users set too low explains a low user limit in the script, which matches the problem. Other options are unlikely causes.
  3. Final Answer:

    The test script has a limit on concurrent users set too low -> Option A
  4. Quick Check:

    Test stops early = user limit too low [OK]
Quick Trick: Check user limits in script when tests stop early [OK]
Common Mistakes:
  • Blaming website speed or internet without evidence
  • Assuming tool cannot handle users without checking settings
  • Ignoring script configuration for concurrency

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes