Don't have an account? Register here
Objective: - Validate login form functionality Scope: - Field validation - Credential verification - UI feedback Tools: - Manual testing, Browser Dev Tools Environment: - Local HTML page Test Data: - Username: [email protected] - Password: Pass@123
1. Login with valid credentials
2. Submit with empty fields
3. Incorrect password with valid username
4. Invalid username
5. Password field is masked
6. Alerts displayed on login attempts
7.Verify that the "Forgot Password?" link is displayed and clickable
| ID | Title | Steps | Expected Result |
|---|---|---|---|
| TC001 | Valid Login | Enter valid credentials and click Login | Success alert shown |
| TC002 | Empty Fields | Submit form without input | Alert: "Please fill all fields." |
| TC003 | Wrong Password | Correct username, wrong password | Alert: "Invalid credentials." |
| TC004 | Invalid Username | Unknown username and any password | Alert: "Invalid credentials." |
| TC005 | Password Masking | Check input type of password field | Input type is "password" |
| TC006 | Form Alert | Submit form with various data | Relevant alert shown |
| TC007 | Forgot Password Link | Click on 'Forgot Password?' link | User is redirected to password recovery page |
Valid: Username: [email protected] Password: Pass@123 Invalid: Username: [email protected] Password: wrongpass