Write test cases to check the functionality of the shopping
cart of an e-commerce website

Answers were Sorted based on User's Feedback



Write test cases to check the functionality of the shopping cart of an e-commerce website..

Answer / nikunj prajapati

Test Cases :-
----------
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 product's 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.

Test Scenarios :-
--------------
1. Check whether you are able to add items to cart

2. Check for edit, delete,save option.

3. Check whether you are able to proceed to checkout.

4. Check whether clicking on add to cart button takes the user to cart page or not

5. Check whether quantity button is present etc etc

Note: For each scenario you need to write many test cases.

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

Is This Answer Correct ?    75 Yes 9 No

Write test cases to check the functionality of the shopping cart of an e-commerce website..

Answer / bharathi

1. Check whether you are able to add items to cart
2. Check for edit, delete,save option.
3. Check whether you are able to proceed to checkout.
4.check whether clicking on add to cart button takes the
user to cart page or not
5.Check whether quantity button is present
etc etc

Is This Answer Correct ?    72 Yes 23 No

Write test cases to check the functionality of the shopping cart of an e-commerce website..

Answer / priya

This is critical section point,so we need immediate solution

Is This Answer Correct ?    30 Yes 15 No

Write test cases to check the functionality of the shopping cart of an e-commerce website..

Answer / khyati sehgal

https://khyatisehgal.wordpress.com/2017/02/16/functional-test-cases-of-shopping-cart/

Is This Answer Correct ?    7 Yes 1 No

Write test cases to check the functionality of the shopping cart of an e-commerce website..

Answer / rt

What if there are two tabs opened, in one tab is the cart page and the other, checkout page. a user updates the other tab (cart) and increased the product quantity and then comes back to checkout page tab. what to do in this case.?

Is This Answer Correct ?    2 Yes 0 No

Write test cases to check the functionality of the shopping cart of an e-commerce website..

Answer / kn

second tab wont be updated

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Test Cases Interview Questions

what are the different Test case Formats posted by aperson the answer is IEEE or IEE_894 wht is this actuly

4 Answers  


can one give the test cases for Installation Testing

1 Answers  


pls send me the testcases for telecom billing system

1 Answers   Wipro,


If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one

0 Answers  


could somebody plz tell me the test cases on online credit card payment?

4 Answers  






Write 5 best test cases for : Blog,Join now(button)(social networking site,community site)

1 Answers  


Explain the smoke testing?

0 Answers  


Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?

0 Answers   Nike,


How many bugs have u found in your project?

3 Answers  


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);

0 Answers   Infosys,


You have to give me test cases for sending a mail through outlook express.

3 Answers   Mind Tree,


This part of a program is given: WHILE (condition A) Do B END WHILE How many decisions should be tested in this code in order to achieve 100% decision coverage? A. 2 B. Indefinite C. 1 D. 4

1 Answers   ISTQB,


Categories