These test cases are designed to test the functionality of all components of the sign-up form web service for the company website.
Within the table, you will write a test case for each form object present in the sample login page.
The test cases (1–10) should take you through the process of testing the entire registration page.
After completing the table, use the resources available within the course to provide a possible solution to address the error.
Test Case Number | Test Case Description | Test Steps | Test Data |
1 | Check response when valid form data is entered | 1. Enter Username
2. Enter Email 3. Enter Password 4. Re-enter Password 5. Click Sign-up |
|
2 | Check Facebook sign-up allows registration | ||
3 | Check Twitter sign-up allows registration | ||
4 | Check Google+ sign-in allows registration | ||
5 | Check empty email field response | ||
6 | Check empty username field response | ||
7 | Check empty password field response | ||
8 | Check invalid sign-up credentials entered | Username: Testuser
Email: wrong@email.com Password: wrongpass Re-enter Password: wrongpass2 |
|
9 | |||
10 |
Inside the brackets, write your suggested solution to address the error presented in Situation One:
[Insert suggested solution here]