Test cases for amazon Shopping cart : Shopping cart functionality is used for online shopping websites. So shopping cart functionality should be tested properly. In this article, we have covered positive and negative test cases for shopping cart. It will be helpful to software testers who are working on e-commerce websites such as amazon shopping cart, flipkart shopping cart, and Walmart shopping cart will get an idea about how to write test cases.
Positive Test Cases For Shopping Cart
Sr.No | Testcase_ID | Test Cases |
1 | Testcase_01 | Verify that the shopping cart icon is displayed as expected or not. |
2 | Testcase_02 | Verify that the shopping cart icon is clickable or not |
3 | Testcase_03 | Verify that the shopping cart page UI should be as expected |
4 | Testcase_04 | Verify that the user is able to add items into the cart or not |
5 | Testcase_05 | Verify if the user increases the number of items then the cart should be reflected as per quantities |
6 | Testcase_06 | Verify if the user decreases the number of items then the cart should be reflected as per quantities |
7 | Testcase_07 | Verify that the user is able to click on the cart icon button when the cart is empty |
8 | Testcase_08 | Verify that when the user clicks on the cart button then the user should navigate to the shopping cart page |
9 | Testcase_09 | Verify that the user is able to remove items from the cart |
10 | Testcase_10 | Verify that the user is able to increase the item’s quantity |
11 | Testcase_11 | Verify that the user is able to decrease item’s quantities |
12 | Testcase_12 | Verify that the total price should be corrected |
13 | Testcase_13 | Verify that shipping charges should be displayed as expected |
14 | Testcase_14 | Verify that tax charges should be displayed as expected |
15 | Testcase_15 | Verify that Proceed button should be working properly |
16 | Testcase_16 | Verify if the user removes all items from the cart, the cart should be displayed as empty |
17 | Testcase_17 | Verify that add maximum items into cart |
18 | Testcase_18 | Verify if the user place an order successfully then the cart should be empty |
19 | Testcase_19 | Verify that each items’ price on the shopping cart page |
20 | Testcase_20 | Verify that all item’s total prices on the shopping cart page |
Negative Test Cases For Shopping Cart
Sr.No | Negative_ID | Test Cases |
1 | Negative_01 | Verify that the user is able to proceed with a negative number like (-1,-2,-3….) |
2 | Negative_02 | Verify if the cart is editable then check that the user is able to enter floating numbers |
3 | Negative_03 | Verify if the cart is editable then check that the user is able to enter special characters |
4 | Negative_04 | Verify that the user is able to proceed with an empty cart or not |
Conclusion :
So in this way, shopping cart functionality can be tested. Test scenarios for shopping cart is useful while testing online shopping websites. If you are looking for test cases examples for website testing then visit the link below.
Thank you, Readers…!!!