Test Cases for Shopping Cart

- Adding Item in shopping cart
- Deleting item from shopping cart
- Verifying Item count after adding and deleting
- Verifying Coupon codes-If your application supports that(Coupons help you redeem the points)
- Verifying Sales price,MRP as as per data you have been provided
- Verifying Payment Methods-Paypal,Google Checkout,Other payment methods
- Verifying purchasing of any item when it is not in stock

- Verifying shipping methods and shipping charges if applicable
- Verifying purchasing with Taxable cities(Minnesota and Wisconsin are taxable cities in US)and non taxable cities
- Verify with Different credit card types-Visa,Master,Discover,Amex
- Verify with expired credit card.
- Check whether clicking on add to cart button takes the user to cart page or not
- Shopping cart holds the items till the session is active. As soon as session is closed the shopping cart should be refreshed.
- Shopping cart should not contain duplicate items, although user can add quantities of the product to be purchased
- Shopping cart should contain the price of the product, its name and link to the product's details
- Is there any cross selling product that means..if we buy one product then we must buy that cross selling product.
- Check whether the special offers (optional)if selected means they also should include in cart.