| A | B | C | D | E | F | G | H | |
|---|---|---|---|---|---|---|---|---|
1 | LambdaTest | |||||||
2 | Test Case | Feature | Description | Steps | Test Data | Expected Results | Actual Result | Status |
3 | 1 | User Interface | Check all buttons, radio buttons, checkboxes | Click on all buttons and check if they are working or not | NA | UI should be perfect | Select | |
4 | 2 | Required Fields | Check all required fields by not entering the data | Do not enter any value in mandatory field and click on signup | NA | * should show asking for mandatory field | Select | |
5 | 3 | Required Fields | Check all fields by entering the data and validating | Enter all the mandatory fields and click sign up | NA | User should be signed up, A succesful registration mesage should be sent along with a mail | Select | |
6 | 4 | Optional Fields | Check all optional fields by entering the data | Fill the optional fields and click on sign up | NA | A successful registration should happen | Select | |
7 | 5 | Optional Fields | Check all optional fields by not entering the data | Don't fill the optional fields and click on sign up | NA | A successful registration should happen, user should not be prompted to fill the optional fields | Select | |
8 | 6 | Optional Fields | Check by filling some optional fields and leaving some | Fill some optional fields and leave some optional fields and click on sign up | NA | A successful registration should happen, user should not be prompted to fill the optional fields | Select | |
9 | 7 | Email Validation | Testing for some invalid emails with cases like: without @, without(.), without domain, without alphabets before @ | Enter invalid emails and then click signup | testgmail.com test@gmailcom testgmail.com @gmail.com | User should be prompted to enter a valid email address and the user shouldn't be signed up | Select | |
10 | 8 | Email Validation | Test for valid email addresses | Enter valid email addresses and then click on signup | test@1.01.6.4 test@gmail.com | User should not see any email related warning and should be sent a registration mail | Select | |
11 | 9 | Email Validation | Test for valid but already existing email address | Enter an already existing email address and click on signup | test@gmail.com | User should be prompted with a message that email already exists. And should be asked to login instead. | Select | |
12 | 10 | Phone number validation | Test for non-numeric inputs | Enter any invalid number and then click signup | 12#4s35 | User should be prompted to enter a valid phone number | Select | |
13 | 11 | Phone number validation | Test for numeric inputs | Enter any valid number and then click sign up | 9876543210 | User should not be prompted with warning | Select | |
14 | 12 | Phone number validation | Test for input with country code applied | Enter a mobile number with + and country code applied | +1 9876543210 | It should not show any validation message | Select | |
15 | 13 | Password Validation | Check the password for less value than minimum | Enter a password with less than 8 characters | HelloWorld | It should prompt the user to enter a value between 8 to 16 characters | Select | |
16 | 14 | Password Validation | Check the password for more value than maximum | Enter a password with more than 16 characters | Helloworldinanawesomeway | It should prompt the user to enter a value between 8 to 16 characters | Select | |
17 | 15 | Password Validation | Check the password without alphanumeric characters | Enter a password between 8 to 16 characters but non-alphanumeric | HelloWorld | It should prompt the user to enter a password having alphanumeric characters | Select | |
18 | 16 | Password Validation | Check the password with alphanumeric characters but without special character | Enter an alphanumeric password between 8 to 16 characters but without special character | HelloWorld123 | It should prompt the user to enter a valid password having a special character | Select | |
19 | 17 | Password Validation | Check by entering an alphanumeric password between 8-16 characters and a special character | Enter an alphanumeric password between 8-16 characters and having a special character | HelloWorld@123 | It should not give any error and signup should be successful | Select | |
20 | 18 | User Interface | Test the tab functionality | Press the tab button | NA | It should help the user to navigate between the fields | Select | |
21 | 19 | User Interface | Test the Enter Button | Press the enter button while selection for Signup is made | NA | The enter should act as a substitue for the click and user should be successfully signed up. | Select | |
22 | 20 | User Interface | Test the various fields for cursor | Point the cursor to various fields like text input, button, dropdown | NA | The cursor should adjust according to the field like ⌶, hand cursor, pointer, etc. | Select |