Bird
0
0

A tester is performing exploratory testing but forgets to record observations. What is the main issue caused by this?

medium📝 Debug Q6 of 15
Testing Fundamentals - Functional Testing Techniques
A tester is performing exploratory testing but forgets to record observations. What is the main issue caused by this?
ATests will automatically pass without documentation
BTest results cannot be reviewed or reproduced effectively
CAutomation scripts will run instead
DThe software will fix itself
Step-by-Step Solution
Solution:
  1. Step 1: Understand importance of recording observations

    Recording observations is crucial to review and reproduce test results later.
  2. Step 2: Identify consequence of missing records

    Test results cannot be reviewed or reproduced effectively correctly states that without records, results cannot be reviewed or reproduced.
  3. Final Answer:

    Test results cannot be reviewed or reproduced effectively -> Option B
  4. Quick Check:

    Missing records = No review or reproduction [OK]
Quick Trick: Record notes to review and reproduce tests [OK]
Common Mistakes:
  • Assuming tests pass without documentation
  • Confusing exploratory with automation
  • Thinking software self-fixes bugs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes