Sunday, 13 May 2018

30 Days of E-Commerce Testing -Day 13-Share three testing ideas for an ecommerce website.

Share three testing ideas for an eCommerce website.

Function test:


1 Continue shopping
At the ‘my cart’ page, users should be given the option to add more items to the cart in case if they want to buy more items before checkout. To test the site with this function to make sure it works.

2 Search results page
Search for the items is a commonly used function. At search page, the sort order is important. In my opinion, a user generates search order like ‘top-rated’, ‘best sellers’, ‘price’(low to high or high to low) etc. should be tested.


Performance test:


3 Generally speaking, there might have a large amount users login or checkout simultaneously, testing concurrent of login API and check out API is essential to make sure the website could work stably under the a certain concurrent. 

No comments:

Post a Comment

What to do to make sure HTML Table is loaded completely if implicit and explicit wait are not working.

These days I was working on a project, to implement the delete function of a listing. Such as below: Actually,  every time deleted the it...