Functional test cases of my cart in eCommerce site.
- Prasanta Paul (Quality Test Engineer)
- Apr 29, 2018
- 1 min read

This below are the major test cases :-
The user should log in with the valid login credentials.
In the initial stage, cart items should zero.
The user can add any number of quantity for a particular item (If maximum limit not Set) make sure that it does not contain duplicates item.
The user should be able to remove the item from the cart. And item price should not add in the payment details.
Dynamically reduce the price if the coupon is applied.
No of total items should display in the top of the cart.
Continue shopping button should be there after add new item page should display with new item and updated price.
Click on others link or button and back to my cart page should not show any error or clear the page.
Place order option should be there.
In my cart item listed product should display with proper description.
Quantity count plus and minus option should there.
Move to wish list should be present.
Estimate delivery date should be shown with valid Zip code.
Page resolution should display properly.
Check whether the added product correctly displays, may not display some other product.
The price should calculate properly.
Check the total price calculate tax, delivery cost, picketing cost, and others.
Should check delivery cost should not be taken after a certain amount.
Cart icon should display properly top of the web page.
In all product add to cart icon should be there and it’s functioning properly.
Quantity button should work properly. According to the quantity, price should display.
コメント