This project is an end-to-end test automation framework for testing a specific feature on the Amazon website. The tests are written in Java using Selenium and TestNG, and the project follows the Page Object Model design pattern.
To get started with this project, follow these steps:
- Clone the repository:
- Navigate to the project directory:
- Install the necessary dependencies using Maven:
- Run the tests:
bash git clone https://github.com/githsem/Selenium_TestNG_Amazon.git
bash cd Selenium_TestNG_Amazon
mvn clean install
bash mvn test
After running the tests, the test reports can be found in the project. Open the HTML report file to view the detailed test results.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License