Here we shared Test cases of Login page which is developed for online application. We usually write test cases for login page for every application we test, a comprehensive list of test scenarios for a Login page. This article explains test cases both negative and positive for the login screen. I’m taking example of login screen.
Test cases of Login page
Serial No. | Condition To be Tested | Test Data | Expected Output | Remarks |
1. | If any field in the form is empty. | Value of form fields. | Alert the user to enter all the fields and then proceed. | SUCCESSFUL |
2. | If the Email ID and Password does not match. | email, c_password | Alert user that “Email ID and Password Not match” And stay in same page. | SUCCESSFUL |
3. | If the Email ID and Password Matched. | email, C_password | Extract it from the DB Table. Display the Home Page to User. | SUCCESSFUL |