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.No | TestScenarios_ID | Description |
1 | SignUp_01 | Check the First Name Text field |
2 | SignUp_02 | Check the Last Name Text field |
3 | SignUp_03 | Check the Email / Phone Text field |
4 | SignUp_04 | Check the Password text field |
5 | SignUp_05 | Check the Confirm password text field |
6 | SignUp_06 | Check the Month dropdown list for Date of Birth |
7 | SignUp_07 | Check the Date dropdown list Date of Birth |
8 | SignUp_08 | Check the Year dropdown list Date of Birth |
9 | SignUp_09 | Check the radio buttons for Gender |
10 | SignUp_10 | Check the Sign-up button |
Sample Answer – Sign up
SR.No | Testcase_ID | Testcase_Objective |
1 | SignUp_01 | To verify that all required fields are present in the form. |
2 | SignUp_02 | To verify that all required text fields have a valid placeholder. |
3 | SignUp_03 | To verify that all required fields have a red * mark. |
4 | SignUp_04 | To verify tab key functionality on the sign-up page. |
5 | SignUp_05 | To verify Enter Key functionality for sign up button. |
6 | SignUp_06 | To verify sign-up page load with none of the data into the text field. |
7 | SignUp_07 | To verify the lower and upper limit of the Firstname text field. |
8 | SignUp_08 | To verify the Firstname field without any data. |
9 | SignUp_09 | To verify the lower and upper limits of the Lastname text field. |
10 | SignUp_10 | To verify the Last name field without any data. |
11 | SignUp_11 | To verify lower and upper limit numbers of Mobile number fields. |
12 | SignUp_12 | To verify alpha characters allow in the Mobile number field. |
13 | SignUp_13 | To verify special characters allowed in the Mobile number field. |
14 | SignUp_14 | To verify the Mobile number field without any data. |
15 | SignUp_15 | To verify the mobile number with the area code. |
16 | SignUp_16 | To verify validation message for incorrect mobile number |
17 | SignUp_17 | To verify email id text without @ Symbol |
18 | SignUp_18 | To verify the email id field with Special characters. |
19 | SignUp_19 | To verify email id field with garbage email id. |
20 | SignUp_20 | To verify email id field with already registered email id. |
21 | SignUp_21 | To verify validation message for incorrect email id |
22 | SignUp_22 | To verify password field with lower and upper characters length. |
23 | SignUp_23 | To verify password field with lower and upper characters length. |
24 | SignUp_24 | To verify Password field with only strings |
25 | SignUp_25 | To verify Password field with only enter numbers |
26 | SignUp_26 | To verify Password field with only enter special characters |
27 | SignUp_27 | To verify the Password field with alphanumeric characters. |
28 | SignUp_28 | To verify Password field with alpha and special characters |
29 | SignUp_29 | To verify the Password field with numeric and special characters. |
30 | SignUp_30 | To verify the Password field without data. |
31 | SignUp_31 | To verify validation message for incorrect password format |
32 | SignUp_32 | To verify confirm password field with different password. |
33 | SignUp_33 | To verify confirm password field with the same password |
34 | SignUp_34 | To verify confirm password field without data. |
35 | SignUp_35 | To verify validation messages for different passwords. |
36 | SignUp_36 | To verify that select month from month drop downlist from DOB |
37 | SignUp_37 | To verify that select date from Date drop downlist from DOB |
38 | SignUp_38 | To verify that select Year from Year drop downlist from DOB |
39 | SignUp_39 | To verify that select the Female radio button from gender. |
40 | SignUp_40 | To verify that select the Male radio button from gender. |
41 | SignUp_41 | To verify that select the Custom radio button from gender. |
42 | SignUp_42 | To verify the sign-up button without filling up any data on the sign-up page. |
43 | SignUp_43 | To verify the sign-up button by entering the key and click the event. |
44 | SignUp_44 | To verify user gets a successful signup message or not. |
45 | SignUp_45 | To 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