Bird
0
0

You wrote a stress test script but it fails to simulate more than 100 users. Which is the most likely cause?

medium📝 Debug Q6 of 15
Testing Fundamentals - Non-Functional Testing
You wrote a stress test script but it fails to simulate more than 100 users. Which is the most likely cause?
AThe script has a hardcoded limit of 100 users
BThe system under test is too fast
CThe test environment has unlimited resources
DThe script uses correct concurrency settings
Step-by-Step Solution
Solution:
  1. Step 1: Identify reason for user limit

    A hardcoded limit in the script can prevent simulating more users.
  2. Step 2: Evaluate other options

    System speed or unlimited resources do not limit user simulation; concurrency settings correct means no limit.
  3. Final Answer:

    The script has a hardcoded limit of 100 users -> Option A
  4. Quick Check:

    Hardcoded limits block user count [OK]
Quick Trick: Check script limits if user count capped [OK]
Common Mistakes:
  • Blaming system speed for user limit
  • Ignoring script code for limits
  • Assuming environment resources cause limit

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes