Bird
0
0

A test case shows:

hard📝 Application Q8 of 15
Testing Fundamentals - Test Documentation
A test case shows:
Steps: 1. Go to account settings
2. Change phone number to '1234567890'
3. Save changes
Expected: Success message displayed
Actual: Success message displayed
Later, the phone number was not updated in the system. What is the best next step?
AMark test as failed immediately
BReview backend update process and logs
CIgnore since success message appeared
DChange expected result to match actual
Step-by-Step Solution
Solution:
  1. Step 1: Understand the discrepancy

    Success message appeared but data not updated, indicating a backend issue.
  2. Step 2: Determine appropriate action

    Investigate backend processes and logs to find root cause.
  3. Step 3: Eliminate incorrect options

    Marking failed without investigation is premature; ignoring is wrong; changing expected result hides defect.
  4. Final Answer:

    Review backend update process and logs -> Option B
  5. Quick Check:

    Investigate root cause beyond UI messages [OK]
Quick Trick: Investigate backend if UI shows success but data incorrect [OK]
Common Mistakes:
  • Assuming test passed because of success message
  • Changing expected results to hide defects

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes