Created
September 1, 2016 22:00
-
-
Save rafaelcs/d95b6d425658e08df917c6b79f1e605f to your computer and use it in GitHub Desktop.
test cases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Title: Add product for the cart | |
Type of the Test: Functional Test | |
Priority: High | |
Action: After access the product link, click on “add a cart” button | |
Expected result: Is shown notification on the cart icon and product is added | |
—— | |
Title: Write a review for the product | |
Type of the Test: Functional Test | |
Priority: High | |
Action: After access the product link and click on the “write a review” link | |
Expected result: Is redirected to “write a review” page showing text field and stars icon | |
———— | |
Title: Register roomba with user not logged in | |
Type of the Test: Functional Test | |
Priority: Medium | |
Action: After access the product link and click on “register your roomba” link | |
Expected result: Is opened another page to user enter with user and password | |
——— | |
Title: Add product via backend and access this product via fronted | |
Type of the Test: Integration Test | |
Priority: High | |
Action: register product via backend | |
Expected result: Is shown all data equal to backend after access specific link |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment