Bird
0
0

A software tester notices the app crashes when many users log in simultaneously. What should be fixed?

medium📝 Debug Q6 of 15
Testing Fundamentals - Non-Functional Testing
A software tester notices the app crashes when many users log in simultaneously. What should be fixed?
AFix the app's performance under load
BChange the app's user interface colors
CImprove the app's security features
DUpdate the app's documentation
Step-by-Step Solution
Solution:
  1. Step 1: Identify the problem type

    Crashing under many users means poor performance under load.
  2. Step 2: Determine the fix needed

    Improving performance to handle many users prevents crashes.
  3. Final Answer:

    Fix the app's performance under load -> Option A
  4. Quick Check:

    Crash under load = Performance fix needed [OK]
Quick Trick: Crashes under load mean performance issues [OK]
Common Mistakes:
  • Confusing security with performance
  • Ignoring load impact on crashes
  • Focusing on UI or docs instead of performance

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes