Login with Customer Invalid Password

HighBaselinedRegressionNegative

Description

Verify that login fails when customer enters incorrect password and appropriate error message is displayed.

Pre-Conditions

1. User has a registered customer account 2. Application is accessible 3. User is on the login page

Test Steps

Step #Step ActionExpected Results
1Navigate to the application URL (https://ecommerce-app.com)Homepage loads successfully
2Click on the "Sign In" button in the header navigationLogin page is displayed with email and password fields
3Enter valid registered email: customer@test.comEmail is accepted and displayed in the email field
4Enter invalid password: WrongPassword123Password is masked in the password field
5Click the "Sign In" buttonForm submission is attempted
6Verify error handlingError message "Invalid email or password" is displayed. User remains on login page. Password field is cleared. No sensitive information is exposed
Created Dec 17, 2025 by Demo User