Test Cases for Shopping Cart

Test Cases For Shopping Cart

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
1Testcase_01Verify that the shopping cart icon is displayed as expected or not.
2Testcase_02Verify that the shopping cart icon is clickable or not
3Testcase_03Verify that the shopping cart page UI should be as expected
4Testcase_04Verify that the user is able to add items into the cart or not
5Testcase_05Verify if the user increases the number of items then the cart should be reflected as per quantities
6Testcase_06Verify if the user decreases the number of items then the cart should be reflected  as per quantities
7Testcase_07Verify that the user is able to click on the cart icon button when the cart is empty
8Testcase_08Verify that when the user clicks on the cart button then the user should navigate to the shopping cart page
9Testcase_09Verify that the user is able to remove items from the cart
10Testcase_10Verify that the user is able to increase the item’s quantity
11Testcase_11Verify that the user is able to decrease item’s quantities
12Testcase_12Verify that the total price should be corrected
13Testcase_13Verify that shipping charges should be displayed as expected
14Testcase_14Verify that tax charges should be displayed as expected
15Testcase_15Verify that Proceed button should be working properly
16Testcase_16Verify if the user removes all items from the cart, the cart should be displayed as empty
17Testcase_17Verify that add maximum items into cart
18Testcase_18Verify if the user place an order successfully then the cart should be empty
19Testcase_19Verify that each items’ price on the shopping cart page
20Testcase_20Verify that all item’s total prices on the shopping cart page

Test cases for Shopping Cart

Negative Test Cases For Shopping Cart 

Sr.NoNegative_IDTest Cases
1Negative_01Verify that the user is able to proceed with a negative number like (-1,-2,-3….)
2Negative_02Verify if the cart is editable then check that the user is able to enter floating numbers
3Negative_03Verify if the cart is editable then check that the user is able to enter special characters
4Negative_04Verify 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…!!!

Test Cases Examples

1.Test Cases For Credit Card

2.Test Cases for Change Password

3.Test cases for Login Page

Scroll to Top