Bird
Raised Fist0

During use case testing, a step says:

medium📝 Debug Q7 of Q15
Testing Fundamentals - Functional Testing Techniques
During use case testing, a step says:
User enters email and password, but test script uses wrong input field IDs
What is the best way to fix this?
ASkip the email and password entry steps
BChange the application to match the test script IDs
CUpdate the test script to use correct input field IDs
DRemove validation for email and password
Step-by-Step Solution
Solution:
  1. Step 1: Identify the problem

    The test script uses incorrect IDs, causing failure to enter data.
  2. Step 2: Choose the best fix

    Updating the test script with correct IDs ensures proper input during testing.
  3. Final Answer:

    Update the test script to use correct input field IDs -> Option C
  4. Quick Check:

    Fix test script IDs to fix input errors [OK]
Quick Trick: Keep test locators updated with UI changes [OK]
Common Mistakes:
MISTAKES
  • Skipping important test steps
  • Changing application code unnecessarily
  • Removing validations

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes