This README contains the questions for the Limelight QA exam
- Test Selenium knowledge
- Test Junit or TestNG Knowledge
- Test Java Skillset
- Test problem solving
- Navigate to amazon.com
- Search for "ipad air 2 case"
- Refine search (left hand side of site) to only show Plastic cases (Case Material)
- Refine search (left hand side of site) to only show results between the price $20 - $100
- Output the Name, Price and Score/Rating (Stars) of the first 5 results
- Assert that the first 5 results are between $20 - $100
- Sort the first 5 results by price (Using Java)
- Sort the first 5 results by Score/Rating (Using Java)
- Sort the first 5 results by price (Using Java) and Assert using testng / Junit that you have sorted the items correctly.
- Based on Score and Cost recommend the item a user should purchase