testcases for signup page

Test Cases for Registration Page – Gmail/Facebook

Here, In this blog, We are going to share some common test scenarios and test cases for the Sign Up / Registration Page. It is just a sample answer.

Test Scenarios – Registration Page

Sr.NoTestScenarios_IDDescription
1SignUp_01Check the First Name Text field
2SignUp_02Check the Last Name Text field
3SignUp_03Check the Email / Phone Text field
4SignUp_04Check the Password text field
5SignUp_05Check the Confirm password text field
6SignUp_06Check the Month dropdown list for Date of Birth
7SignUp_07Check the Date dropdown list  Date of Birth
8SignUp_08Check the Year dropdown list  Date of Birth
9SignUp_09Check the radio buttons for Gender
10SignUp_10Check the Sign-up button

Sample Answer – Sign up

SR.NoTestcase_IDTestcase_Objective
1SignUp_01To verify that all required fields are present in the form.
2SignUp_02To verify that all required text fields have a valid placeholder.
3SignUp_03To verify that all required fields have a red * mark.
4SignUp_04To verify tab key functionality on the sign-up page.
5SignUp_05To verify Enter Key functionality for sign up button.
6SignUp_06To verify sign-up page load with none of the data into the text field.
7SignUp_07To verify the lower and upper limit of the Firstname text field.
8SignUp_08To verify the Firstname field without any data.
9SignUp_09To verify the lower and upper limits of the Lastname text field.
10SignUp_10To verify the Last name field without any data.
11SignUp_11To verify lower and upper limit numbers of Mobile number fields.
12SignUp_12To verify alpha characters allow in the Mobile number field.
13SignUp_13To verify special characters allowed in the Mobile number field.
14SignUp_14To verify the Mobile number field without any data.
15SignUp_15To verify the mobile number with the area code.
16SignUp_16To verify validation message for incorrect mobile number
17SignUp_17To verify email id text without @ Symbol
18SignUp_18To verify the email id field with Special characters.
19SignUp_19To verify email id field with garbage email id.
20SignUp_20To verify email id field with already registered email id.
21SignUp_21To verify validation message for incorrect email id
22SignUp_22To verify password field with lower and upper characters length.
23SignUp_23To verify password field with lower and upper characters length.
24SignUp_24To verify Password field with only strings
25SignUp_25To verify Password field with only enter numbers
26SignUp_26To verify Password field with only enter special characters
27SignUp_27To verify the Password field with alphanumeric characters.
28SignUp_28To verify Password field with alpha and special characters
29SignUp_29To verify the Password field with numeric and special characters.
30SignUp_30To verify the Password field without data.
31SignUp_31To verify validation message for incorrect password format
32SignUp_32To verify confirm password field with different password.
33SignUp_33To verify confirm password field with the same password
34SignUp_34To verify confirm password field without data.
35SignUp_35To verify validation messages for different passwords.
36SignUp_36To verify that select month from month drop downlist from DOB
37SignUp_37To verify that select date from Date drop downlist from DOB
38SignUp_38To verify that select Year from Year drop downlist from DOB
39SignUp_39To verify that select the Female radio button from gender.
40SignUp_40To verify that select the Male radio button from gender.
41SignUp_41To verify that select the Custom radio button from gender.
42SignUp_42To verify the sign-up button without filling up any data on the sign-up page.
43SignUp_43To verify the sign-up button by entering the key and click the event.
44SignUp_44To verify user gets a successful signup message or not.
45SignUp_45To verify sign up button with multiple click events

So in this way, we can think and design Test cases for the sign-up or registration page.

Read more: Testcases for Gmail Login page

Scroll to Top