testcases for gmail login page

How to write Test cases for Gmail Login Page?

Test cases for the Gmail login page are the most commonly asked in the interviews. So in this article, we have to try to cover the maximum number of test cases that will help you to increase your login functionality’s quality.

Here, We are giving an example of test cases for the Gmail login page.


Test Scenarios – Login Page

Sr.NoTestScenarios_IDDescription
1Login_01Check the Email or Phone Text field
3Login_03Check the Forgot Email functionality
4Login_04Check the Create Account functionality
5Login_05Check the Next button
6Login_06Check the Password Text field
7Login_07Check the Forgot Password functionality
8Login_08Check the Show password EYE icon
9Login_09Check the Sign-in Button


Test Cases – Gmail Login

Sr.NoTestCase_IDTestCase_Objective
1Login_01To verify Login functionality with valid email id and valid password.
2Login_02To verify Login functionality with valid email id and invalid password.
3Login_03To verify Login functionality with invalid email id and valid password.
4Login_04To verify Login functionality with invalid email id and invalid password.
5Login_05To verify Login functionality with blank email id and valid password.
6Login_06To verify Login functionality with a valid email id and a blank password.
7Login_07To verify Login functionality with a blank email id and a blank password.
8Login_08To verify Login functionality with a valid phone number and valid password.
9Login_09To verify Login functionality with valid phone numbers and invalid passwords.
10Login_10To verify Login functionality with invalid phone number and valid password.
11Login_11To verify Login functionality with invalid phone numbers and invalid passwords.
12Login_12To verify Login functionality with blank phone number and valid password.
13Login_13To verify the length of the email id and password field.
15Login_15To verify that the error message displays when any field is left blank.
16Login_16To verify Tab key functionality on the Login page.
17Login_17To verify the alignment of each field of the login page.
18Login_18To verify that each mandatory field has an asterisk for validation.
19Login_19To verify that each field has a proper placeholder.
20Login_20To verify that entered multiple times incorrect password.
21Login_21To verify that show the password EYE icon on the Password text field.
22Login_22To verify that Welcome message after successful login.
23Login_23To verify that Forgot Email functionality.
24Login_24To verify that Create Account functionality.
25Login_25To verify that Next button with multiple times click events
26Login_26To verify that Forgot Password functionality.
27Login_27To verify if the Password text format is encrypted or not.
28Login_28To verify that back button functionality after log out.
29Login_29To verify that message for entered invalid inputs.
30Login_30To verify that Sign In button with a click and Enter key events.

Read more:

Test Cases for Facebook login page

Scroll to Top