Already have an account? Login here
Objective:
- Validate registration form functionality
Scope:
- Field validation (required, format, length)
- Password confirmation
- UI feedback and alerts
Tools:
- Manual testing, Browser Dev Tools
Environment:
- Local HTML page
1. Submit with all valid inputs
2. Submit with empty required fields
3. Mismatched password and confirm password
4. Invalid email format
5. Contact number less/more than 10 digits or non-digit characters
6. No gender selected
7. Password minimum length enforcement
| ID | Title | Steps | Expected Result |
|---|---|---|---|
| TC101 | Valid Registration | Fill all fields correctly and submit | Success alert shown |
| TC102 | Empty Fields | Submit without entering data | Alerts for required fields |
| TC103 | Password Mismatch | Enter different password & confirm password | Alert about mismatched passwords |
| TC104 | Invalid Email Format | Enter invalid email and submit | Alert about email format |
| TC105 | Invalid Contact Number | Enter contact with non-digit or wrong length | Alert about contact number format |
| TC106 | Gender Not Selected | Submit without selecting gender | Alert requesting gender selection |