This is a test automation project on Amazon website (E-commerce).
Clone the repo:
git clone https://github.com/el-sherbini/Amazon-Automation-Testing.git
Install dependencies:
You need to install these dependencies from mvnrepository:
Selenium
Testng
Webdrivermanager
Scenario 1:
- Open Amazon link “https://www.amazon.com/” (Got captcha needs to be solved manually).
- Type "car accessories".
- Select the first Item.
- Add the item to the cart.
- Go to the cart and check that item has been added successfully.
Scenario 2:
- Open today's deals.
- Select "Headphones" and "Grocery" from the left side filters.
- Choose "10% off or more" from the discount part.
- go to the fourth page then select any item and add it to the cart.
- Java
- Selenium
- TestNG
- POM (Page Object Model)