Bird
Raised Fist0

A test case step says: Click 'Save' button, but the button is labeled 'Submit' in the application. What is the best fix?

medium📝 Debug Q7 of Q15
Testing Fundamentals - Test Documentation
A test case step says: Click 'Save' button, but the button is labeled 'Submit' in the application. What is the best fix?
AChange the application button label to 'Save'.
BChange the test case step to 'Click Submit button'.
CIgnore the difference and run the test.
DRemove the test case step entirely.
Step-by-Step Solution
Solution:
  1. Step 1: Identify mismatch between test case and app and choose correction

    Test case step uses 'Save' but app shows 'Submit'. Test case should reflect actual app labels for accuracy.
  2. Final Answer:

    Change the test case step to 'Click Submit button'. -> Option B
  3. Quick Check:

    Test case must match app UI [OK]
Quick Trick: Test steps must match actual UI elements [OK]
Common Mistakes:
MISTAKES
  • Ignoring UI label differences
  • Changing app instead of test case
  • Removing important test steps

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes