Monday, 7 May 2018

30 Days of E-Commerce Testing -Day 6- If you were testing a “my cart” webpage, what three test cases would you perform first? Share them!

Simply put:
1 When click my cart button on the previous page, the 'my cart' webpage should be load and display properly.
2 On the cart webpage, the display content and page layout should meets the requirements those were set before.
3 Try to add some items to the cart, and check the items aattributes (such as number, color, classification and so on....) are all correct.

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