Login with Customer Valid Credentials
HighBaselinedSmokeCritical
Description
Verify that a registered customer can successfully login with valid email and password and is redirected to the homepage with their account accessible.
Pre-Conditions
1. User has a registered customer account 2. Application is accessible 3. User is on the login page
Test Steps
| Step # | Step Action | Expected Results |
|---|---|---|
| 1 | Navigate to the application URL (https://ecommerce-app.com) | Homepage loads successfully with login/signup options visible in header |
| 2 | Click on the "Sign In" button in the header navigation | Login page is displayed with email and password fields, "Sign In" button, and "Forgot Password" link |
| 3 | Enter valid registered email: customer@test.com | Email is accepted and displayed in the email field |
| 4 | Enter valid password: Test@123 | Password is masked with dots/asterisks in the password field |
| 5 | Click the "Sign In" button | Loading indicator appears briefly |
| 6 | Verify successful login | User is redirected to homepage. Header shows user name/icon instead of "Sign In". Welcome message or user dashboard is accessible |
Created Dec 17, 2025 by Demo User