Shopping cart auto test
Task Use http://automationpractice.com/index.php and write test cases and page objects demonstrating that the basic cart functionality works. This is the ability to add and remove things from the cart and the correctness of the cart after various operations. We only expect 10-30 test cases or about 200-300 lines of code. How we evaluate your work
- Proficiency using Selenium.
- Use of comments/document strings to explain your code.
- The quality of your test case design, e.g. how well you cover the functionality you are testing.
- We will grade “on a curve” with respect to your familiarity with Python/Selenium.
- Include instructions executing your tests.