Bird
Raised Fist0

In a use case test, if a user inputs an incorrect password, what is the expected system behavior?

medium📝 Predict Output Q5 of Q15
Testing Fundamentals - Functional Testing Techniques
In a use case test, if a user inputs an incorrect password, what is the expected system behavior?
AAllow login but restrict access to some features
BDisplay an error message and prompt for password re-entry
CAutomatically reset the password
DLog the user in with limited privileges
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the use case

    When a user enters an invalid password, the system should prevent access.
  2. Step 2: Expected system response

    The system typically shows an error message and asks the user to try again.
  3. Final Answer:

    Display an error message and prompt for password re-entry -> Option B
  4. Quick Check:

    Invalid password -> error prompt [OK]
Quick Trick: Invalid password triggers error message [OK]
Common Mistakes:
MISTAKES
  • Assuming partial login is allowed
  • Expecting automatic password reset
  • Thinking system logs in user with limited rights

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes