Bird
0
0

Given this use case test step: User enters invalid password and clicks login, what is the expected result?

medium📝 Predict Output Q13 of 15
Testing Fundamentals - Functional Testing Techniques
Given this use case test step: User enters invalid password and clicks login, what is the expected result?
AApplication crashes.
BUser is logged in successfully.
CError message 'Invalid password' is shown.
DPassword field clears automatically.
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the test step

    The user enters an invalid password and tries to log in.
  2. Step 2: Determine expected behavior

    The system should reject invalid passwords and show an error message.
  3. Final Answer:

    Error message 'Invalid password' is shown. -> Option C
  4. Quick Check:

    Invalid input = error message shown [OK]
Quick Trick: Invalid input usually triggers error messages [OK]
Common Mistakes:
  • Assuming invalid input logs in user
  • Expecting app crash on invalid input
  • Thinking fields clear automatically without prompt

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes