Bird
Raised Fist0

A tester performing exploratory testing notices the app crashes when clicking a button, but the crash is not reproducible every time. What should the tester do?

medium📝 Debug Q14 of Q15
Testing Fundamentals - Functional Testing Techniques
A tester performing exploratory testing notices the app crashes when clicking a button, but the crash is not reproducible every time. What should the tester do?
AReport the crash with detailed steps and environment info
BAssume the crash is caused by user error and do nothing
CIgnore it since it is not consistent
DRestart the app and continue testing without reporting
Step-by-Step Solution
Solution:
  1. Step 1: Understand handling intermittent crashes in exploratory testing

    Even if a crash is not consistent, it should be reported with details to help developers.
  2. Step 2: Evaluate options for best practice

    Report the crash with detailed steps and environment info is correct; ignoring or assuming user error is bad practice.
  3. Final Answer:

    Report the crash with detailed steps and environment info -> Option A
  4. Quick Check:

    Report all crashes with details [OK]
Quick Trick: Always report crashes with details, even if intermittent [OK]
Common Mistakes:
MISTAKES
  • Ignoring intermittent bugs
  • Assuming user error without evidence
  • Not providing environment info in reports

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes