An open API service indexing awesome lists of open source software.

https://github.com/el-sherbini/amazon-automation-testing

This is a test automation project on Amazon website
https://github.com/el-sherbini/amazon-automation-testing

java page-object-model selenium testng

Last synced: about 1 month ago
JSON representation

This is a test automation project on Amazon website

Awesome Lists containing this project

README

          

# Amazon-Automation-Testing
> This is a test automation project on [_Amazon_](https://www.amazon.com/) website (E-commerce).

## Installation

Clone the repo:

```sh
git clone https://github.com/el-sherbini/Amazon-Automation-Testing.git
```

Install dependencies:

You need to install these dependencies from [_mvnrepository_](https://mvnrepository.com/):

```sh
Selenium
Testng
Webdrivermanager
```

## Test Scenarios

Scenario 1:
1. Open Amazon link “https://www.amazon.com/” (Got captcha needs to be solved manually).
2. Type "car accessories".
3. Select the first Item.
4. Add the item to the cart.
5. Go to the cart and check that item has been added successfully.

Scenario 2:
1. Open today's deals.
2. Select "Headphones" and "Grocery" from the left side filters.
3. Choose "10% off or more" from the discount part.
4. go to the fourth page then select any item and add it to the cart.

## Skills

- Java
- Selenium
- TestNG
- POM (Page Object Model)