Testing an online website

What are the test cases for testing an "add to cart button"??

Showing Answers 1 - 12 of 12 Answers

Vijay

  • Jun 7th, 2015
 

Functional Test Case
1) Checking whether desired product is able to be added to cart on clicking add button
2) Checking multiple addition of products to cart can be done
3) Checking count of addition is in proper sequence

Usability Test
1) Whether "add to cart" is in desired location specified in FSD

  Was this answer useful?  Yes

Nikunj Prajapati

  • Jun 9th, 2015
 

1) Shopping cart holds the items till the session is active. As soon as session is closed the shopping cart should be refreshed.
2) Shopping cart should not contain duplicate items, although user can add quantities of the product to be purchased
3) Users should be able to delete items from shopping cart and those deleted items should not be proceeded for further payment
4) Shopping cart should contain the price of the product, its name and link to the products details
5) Shopping cart should display all the products which user wants to purchase
6) check whether the added product is correctly displaying..some times.. may be some other product can appear...
7) Is there any cross selling product that means..if we buy one product then we must buy that cross selling product.
8) In shopping cart,whether it is calculating the price correctly or not(The price of the cross selling product should be included)
9) Check whether it is calculating the shipping charges,tax,packing price etc correctly.
10) Check how many times the cross selling products are appearing in the lists...of cart..
11) check whether the special offers (optional)if selected means they also should include in cart.
12) Check whether the transaction is done properly or not.

Plz correct me and excuse me if any mistakes r there..and tell me more cases..

  Was this answer useful?  Yes

Anup

  • Sep 2nd, 2015
 

1. Click on the Add to card Button without adding any item.
2. Click multiple times on Add to cart.
3. Add 10, 20, 30,...100 items and click on Add to cart, and at same time click multiple times.
4. Select Duplicate items and click add to Cart
5. When there is nothing in the cart Click on add to cart and try to click on remove items.

  Was this answer useful?  Yes

lavanya

  • Oct 27th, 2015
 

The fifth test case what have you mentioned that "When there is nothing in the cart click on add to cart button"
First think is that the add to cart button wont appear simply anywhere.. On selecting the particular product itself "Add to cart button" appears...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions