Below are some test case samples that I wrote while working on previous projects.
Description:
Test the login by using correct credentials.
Steps to Reproduce:
- Go to site.com/login
- Add correct user/pass
- Observe if user can login
Expected Results:
User should be able to login
Test Data:
-User: test
-Pass: 123
Description:
Test the login by not using correct credentials.
Steps to Reproduce:
- Go to site.com/login
- Add wrong user/pass
- Observe if user can login
Expected Results:
User should not be able to login
Test Data:
-User: test1
-Pass: 123
Description:
Test the login by not using credentials.
Steps to Reproduce:
- Go to site.com/login
- Do not add user/pass
- Observe if user can login
Expected Results:
User should not be able to login
Test Data:
Description:
Test the "Remember Me" checkbox.
Steps to Reproduce:
- Go to site.com/login
- Add the correct user/pass
- Check the checkbox saying "Remember Me:"
- Observe if the site remembers your credentials
Expected Results:
The site should remember your credentials
Test Data:
-User: test1
-Pass: 123
Description:
Test that the search results are displayed correctly on the page.
Steps to Reproduce:
- Go to site.com/home
- Add the name of a registered item
- Observe if the search results are displayed correctly on the page
Expected Results:
The search results should be displayed correctly on the page
Test Data:
-Item
Description:
Test that the % sign in search keyword should not redirect to 404 ERROR.
Steps to Reproduce:
- Go to site.com/home
- Add the % sign to search bar
- Observe if the search results does not redirect to 404 ERROR.
Expected Results:
The % sign in search keyword should not redirect to 404 ERROR.
Test Data:
-%