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 ActionExpected Results
1Navigate to the application URL (https://ecommerce-app.com)Homepage loads successfully with login/signup options visible in header
2Click on the "Sign In" button in the header navigationLogin page is displayed with email and password fields, "Sign In" button, and "Forgot Password" link
3Enter valid registered email: customer@test.comEmail is accepted and displayed in the email field
4Enter valid password: Test@123Password is masked with dots/asterisks in the password field
5Click the "Sign In" buttonLoading indicator appears briefly
6Verify successful loginUser 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