Login with Customer Empty Fields Validation
MediumBaselinedUI
Description
Verify that login form prevents submission when required fields are empty.
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 with empty form fields |
| 2 | Leave email field empty | Email field remains empty |
| 3 | Leave password field empty | Password field remains empty |
| 4 | Click the "Sign In" button | Form validation is triggered |
| 5 | Verify validation messages | Validation errors appear for both fields: "Email is required" and "Password is required". Form is not submitted |
Created Dec 17, 2025 by Demo User