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.
Subscribe to:
Post Comments (Atom)
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...
-
What are Hooks? Definition The hooks (event bindings) can be used to perform additional automation logic on specific events...
-
Most people already know how to send a lone request using Postman. Send it off, inspect the response you get from the server. Make some adj...
-
Selenium with C# (Waiting) Raw 0.cs webdriver . FindElement ( By . Id ( " search_button " )). Click (); Thread . ...
No comments:
Post a Comment