SauceDemoAutomation/ ├── pom.xml ├── testng.xml ├── README.md └── src ├── main │ └── java │ └── pages │ ├── LoginPage.java │ ├── InventoryPage.java │ ├── CartPage.java │ └── CheckoutPage.java └── test ...
This project is a Java-based hybrid QA automation framework built using Spring Boot, Selenium WebDriver, TestNG, and REST Assured. The framework is designed to demonstrate UI automation, API testing, ...
Automated UI testing uses scripts to check that an app's interface works, instead of a person clicking through it by hand. It saves the most time on tests you run again and again, like login, checkout ...