I need e-commerce website manual test cases list. Also, Field validation test cases like email, phone and upload control etc…
1 Like
Below are some of the test cases which will help you to do a better testing of E-Commerce Websites.
Product Details Page Test Cases
Seller – Product creation Test Cases
1. General Test Cases:-
- Check that user is able to navigate through all the products across different categories.
- Check that all the links are redirecting to correct product/category pages and none of the links are broken.
- Check that the company logo is clearly visible.
- Check that all the text – product, category name, price and product description are clearly visible.
- Check that all the images are clearly visible.
- Check that category pages have a relevant product listed specifically for the category.
- Check that correct count of total products is listed on the category pages.
2. Login Page Test Cases:-
- Check that there are proper validations on Login Page.
- Check for error message if email, password or any required field is left blank.
- Check the validations on Email and password.
- When you log in check that you stay logged in as you browse products. Also, you need to test the behavior when the user doesn’t interact with the site for some time. Will the session expire after a period of time? Make sure the user has actually been logged out after the session times out.
- when you are logged in, log out and make sure you are logged out and that you cannot access any of the accounts pages.
3. Registration Page Test Cases:-
- Check that all the required fields are present on the registration page.
- Check that the required/mandatory fields are marked with * against the field.
- Check that for better user interface dropdowns, radio buttons and checkboxes etc fields are displayed wherever possible instead of just text boxes.
- Check the page has both submit and cancel/reset buttons at the end.
- Check that on clicking submit button after entering all the required fields, the data is submitted to the server.
- Check that clicking cancel/reset button after entering all the required fields, cancels the submit request and resets all the fields.
- Check that whenever possible validation should take place on the client side.
- Check that not filling the mandatory fields and clicking submit button will lead to the validation error.
- Check that not filling the optional fields and clicking submit button will still send data to the server without any validation error.
- Check the upper limit of the text boxes.
- Check validation on the date and email fields (only valid dates and valid email Ids should be allowed.
- Check validation on numeric fields by entering alphabets and special characters.
- Check that leading and trailing spaces are trimmed.
- Check that entering blank spaces on mandatory fields lead to validation error.
4. Address Book Test Cases:-
- Check validations on Address Book Page.
- Verify Address entered by customer.
- Check Add New Address functionality.
- Check Change Address functionality.
- Check the availability of product on the address entered by customer.
5. Search Test Cases:-
- Check that the products displayed are related to what was searched for.
- Check that the products should display an image, name, price and maybe customer ratings and number of reviews.
- Check the more relevant product for the search term are displayed on the top for a particular search term.
- Check that all items in next page is different to the previous page, i.e. no duplicates.
- Check that when both sort and filter have been applied, they remain as we paginate or more products are loaded
- Check that count of products is correctly displayed on the search result page for a particular search term.
- Check that filtering functionality correctly filters product based on the filter applied.
- Check that filtering works correctly on category pages.
- Check that filtering works correctly on the search result page.
- Check that correct count of total products is displayed after a filter is applied.
- Check that all the sort options work correctly – correctly sort the products based on the sort option chosen.
- Check that sorting works correctly on the category pages.
- Check that sorting works correctly on the search result page.
- Check that sorting works correctly on the pages containing filtered result, after applying filters.
- Check that product count remains intact irrespective of sorting option applied.
6. Wish list Page Test Cases:-
- Verify that added product is present on the wishlist page.
- Check that Update of the wishlist is working correctly.
- Check the Share wishlist functionality.
- Check that user is able to Add products to Cart from wishlist page.
7. Product Details Page Test Cases:-
- Verify Actual product details with expected product details.
- Verify Add to cart should work properly.
- Check that user is able to add products in the wish list.
- Check that complete description of Product including images is shown properly.
- Check that option to check the availability of product is present.
- Check that user can rate, review the product.
8. Cart Test Cases:-
- Check that user is able to add products to cart.
- Check that the cart is updated with the correct name, image, and price of the product.
- Check that user is able to add same product multiple times.
- Check that the price increase accordingly when a product is added multiple times.
- Check that user can add multiple products of different types.
- Check that For each item added, a corresponding name, image, and price and the total price of all items is shown.
- Check that when a product is removed from the cart the cart gets updated and shows the existing items in the cart, total price according to the products left in the cart.
- Check that when all the products are removed from cart then cart balance becomes zero, no items should be displayed in the cart.
- Check that customer should be able to see more information about the product when clicked on the product either as a popup or redirect to the product page.
- When a user adds products to cart and then closes the tab then ideally, the cart should still hold your items or particularly depends on the requirements on how the cart should behave.
- Check that the price of the cart is discounted when we apply a coupon and not discounted when we apply an invalid or expired coupon.
9. Product Buy Flow Test Cases:-
- Check that on the product page, a user can select the desired attribute of the product e.g. size, color etc.
- Check that user can add to cart one or more products.
- Check that user can add products to the wish list.
- Check that user can buy products added to cart after signing in to the application (or as per the functionality of the website).
- Check that user can successfully buy more than one products that were added to his/her cart.
- Check that the limit to the number of products a user can by is working correctly by displaying an error message and preventing the user from buying more than the limit.
- Check the availability of products at desired locations.
- Check that Cash on Delivery option of payment is working fine.
- Verify that the different pre paid methods of payments are working fine.
- Check that product return functionality works fine.
- Check that Cancel Order option is present.
10. Payment Page Test Cases:-
- Check that After fill shipping address and payment, the product is purchased successfully.
- Check that Different payment types should be present, e.g. Credit Card, PayPal, Bank Transfers, Installments, etc.
- Check that security of client’s card details when entered for payment.
11. Seller – Product creation Test Cases:-
- Check that authenticated sellers get access to product creation panel specific to the authorized categories.
- Check that product creation is working fine for single product creation.
- Check that product creation is working fine for multiple product creations.
- Check that maximum product creation limit for the seller is working fine, limiting seller to create more than the desired number of products.
- Check validation for checking mandatory fields.
- Check that duplicate product creation is restricted.
- Check that seller can update information and price of existing products.
- Check that product created by seller get visible on the website after the certain period of time.
- Check that updation made by seller get visible on the website after the certain period of time.
12. Post Purchase Test Cases:-
- Check that customer is able to Cancel the order or change the quantity of the order.
- Check that customer is able to Review recent order and history of purchased items.
- Check that customer is able to Change information, such as billing address, shipping address, change password, change profile information such as name, email address and even deleting an account.
We hope this post is helpful for you.
If your friend also wants to know about this post Please share with them, so they will also get to know about the same. If you have any question or query please let us know by sending a comment below.Kindly don’t forget to follow us on Facebook and Twitter and Subscribe to YouTube Channel for latest upcoming software testing videos.
http://www.testingjournals.com/test-payment-gateway-functionality/
6 Likes
Thank you Very much!
1 Like
Happy to help you! There are more, if you give a quick keyword specific search!
2 Likes