Write test cases to check the functionality of the shopping
cart of an e-commerce website
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / priya
This is critical section point,so we need immediate solution
| Is This Answer Correct ? | 30 Yes | 15 No |
Answer / khyati sehgal
https://khyatisehgal.wordpress.com/2017/02/16/functional-test-cases-of-shopping-cart/
| Is This Answer Correct ? | 7 Yes | 1 No |
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 |
if account balance less than 5000 for a month ,account should become in active. if bal greater than 5000 account should b active. Write test cases for the above scenario
do we write separate test cases for each type of testing? for example for functional testing and integration testing,we write two seprate test case documents or just one?please explain.
how to write system test cases for a pen
Explain the syntax testing?
i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
test cases for restaurant billing system????????
HOW TO WRITE TESTCASES ON PENDRIVE
Circle any inconsistencies in the following text: User Story 3005 - Dave wishes to talk to Fred using a radio. Business Requirements: 1. Dave needs the ability to put a line into select. 2. Dave receives a visual color and text indication that the line is selected (picked up). a. Default indication will be that the pad turns red and the text ‘Select’ appears as the 3rd line of text. 3. David hears audio from a selected line in his defined audio path. 4. Dave uses Push-To-Talk to talk to Fred. 5. Dave receives a visual color and text indication that the line has been de-selected (hung up). • The default inactive state is a white pad with no text on the 2nd line. 6. Multiple Freds can select the same radio. 8. If a radio is selected while another radio is already selected, then the first phone is automatically deselected.
Test a file replication service that copies files from one net location to another
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?