If you are working on the e-commerce application, in that application shopping cart is the key component in it.
In this post I am writing detailed test cases which can be used to test shopping cart functionalities
What is Shopping cart?
- It is an software process and key component of the e-commerce store or online store
- It helps to purchase the items from e-commerce store or online store
- It accept the customer money and perform the transaction by distributing the information between merchant, payment gateway and other third parties
Shopping cart Test Scenarios
- Verify after adding product into cart ,increase the quantity and verify
- Verify by adding/remove same product multiple times and verify.
- Verify by click on the selected product , it should take to the product description page
- Verify in the cart page by adding/removing the discounts by coupons
- Verify by refreshing the cart page
- Verify in the cart for the out of stock scenarios by increasing products until it reaches out of stock
- Verify by clicking on the checkout button it should take to order page
- Verify the tax details while adding/remove the products to see it is getting reflected
- Verify the check box of gift wrapping the product
- Verify by adding the multiple products and check the calculations total and subtotal are correct
- Verify any minimum quantity rules
- Verify product images are displaying properly
- Verify by selecting multiple product or deselecting few products and do check out
- Verify by adding the multiple products and check the calculations total and subtotal are correct
- Verify any minimum quantity rules/restrictions
- Verify product images are displaying properly
- Verify by selecting multiple product or deselecting few products and do check out