Remembered your password? Go back to Login
Objective:
- Validate forgot password email submission functionality
Scope:
- Field validation (required, email format)
- UI feedback and alerts
Tools:
- Manual testing, Browser Dev Tools
Environment:
- Local HTML page
1. Submit with valid registered email
2. Submit with empty email field
3. Submit with invalid email format
| ID | Title | Steps | Expected Result |
|---|---|---|---|
| TC201 | Valid Email Submission | Enter a valid registered email and submit | Success alert shown |
| TC202 | Empty Email | Submit form without entering email | Alert about required email field |
| TC203 | Invalid Email Format | Enter an invalid email and submit | Alert about invalid email format |