Login with Customer Invalid Email Format
MediumBaselinedNegative
Description
Verify that login form validates email format and prevents submission with invalid email.
Pre-Conditions
1. Application is accessible 2. User is on the login page
Test Steps
| Step # | Step Action | Expected Results |
|---|---|---|
| 1 | Navigate to the login page | Login page is displayed |
| 2 | Enter invalid email format: customertest.com (missing @) | Email is entered in the field |
| 3 | Enter any password: Test@123 | Password is masked |
| 4 | Click the "Sign In" button | Form validation is triggered |
| 5 | Verify validation message | Inline validation error appears: "Please enter a valid email address". Form is not submitted |
Created Dec 17, 2025 by Demo User