Bird
Raised Fist0

You have a test documented as:

hard🚀 Application Q15 of Q15
Testing Fundamentals - Test Documentation
You have a test documented as:
1. Navigate to user profile
2. Update email to 'test@example.com'
3. Save changes
Expected: Confirmation message appears

Later, the app changes to require email verification after update. How should you update the documentation to keep repeatability?
AAdd a step to check the verification email and confirm it
BRemove the expected confirmation message
CKeep the documentation as is because the test passed before
DSkip the test since the app changed
Step-by-Step Solution
Solution:
  1. Step 1: Identify the app change impact

    The app now requires email verification after update, changing expected behavior.
  2. Step 2: Update documentation to reflect new steps

    Add steps to check and confirm the verification email to keep the test accurate and repeatable.
  3. Final Answer:

    Add a step to check the verification email and confirm it -> Option A
  4. Quick Check:

    Update docs with new steps = Maintain repeatability [OK]
Quick Trick: Update docs when app changes to keep tests repeatable [OK]
Common Mistakes:
MISTAKES
  • Ignoring app changes in documentation
  • Removing expected results without replacement
  • Skipping tests instead of updating docs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes