This project is an automated end-to-end test scenario for the website Automation Exercise using Java, Selenium WebDriver, and TestNG.
The goal is to simulate a real user journey and validate critical e-commerce functionalities.
The automation script performs the following steps:
Automation-Exercise/
βββ src/test/java/
β βββ AutomationExercise/
β βββ AutomationExercise.java
βββ pom.xml
βββ README.md
βββ .github/workflows/
Make sure you have installed:
git clone https://github.com/UGURAKSAHIN/Automation-Exercise.git
cd Automation-Exercise
mvn clean install
Set your ChromeDriver path:
System.setProperty("webdriver.chrome.driver", "path/to/chromedriver");
π‘ Tip: You can use WebDriverManager to avoid manual setup.
mvn test
Test results can be found in:
test-output/
This project is licensed under the MIT License.
UΔur AkΕahin