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, ...