Thursday, 10 May 2018

30 Days of E-Commerce Testing -Day 10 - An ecommerce system has been launched, you have to do a smoke test. Share what you would test.

10 An ecommerce system has been launched, you have to do a smoke test. Share what you would test.

Smoke testing or Build Verification Testing, is a type of software testing that comprises of a non-exhaustive set of tests that aim at ensuring that the most important functions work. The results of this testing are used to decide if a build is stable enough to proceed with further testing.

As for the eCommerce system, I’d like to list all the key features ordered by the process how a user operate when shopping online, the key features should include the following:

1 Main page UI display

2 Registration page UI and registration function

3 Product description page UI

4 Add to shopping cart function

5 Shopping cart page display

6 Check out process function

7 Payment processing function

8 Order tracking function

9 Logout function

I think if all these functions are checked and verified, then can move to the formal testing process.

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...