Displays detailed information for a selected test case, including its description, preconditions, execution steps, and expected results
Priority
High
Test Type
UI Tests
Scenario
Negative Path
Execution
Automation
Tags
Login, Negative, Lockout
Test Cases Details
Test Case ID: TC-QUALITYFOLIO-005
Description: Verify that a user account is temporarily locked out after 5 consecutive failed login attempts to prevent brute-force attacks.
Preconditions:
- User has a valid registered account.
Steps:
- Navigate to the login page.
- Enter valid email address and an incorrect password.
- Repeat the incorrect login attempt 4 more times.
- Attempt to log in with the correct password.
Expected Results:
- Account is locked out after the 5th attempt.
- System displays an error message: "Account locked due to too many failed attempts. Try again later."
- The 6th attempt with correct credentials is also rejected until the lockout period expires.
🗑️ Delete Comment
Are you sure you want to delete this comment? This action cannot be undone.
| No data |