This project is a Selenium Test Automation Framework built using Java. It follows the Page Object Model (POM) design pattern to ensure maintainability, reusability, and scalability.
The framework automates end-to-end test scenarios for the Swag Labs application.
- Java
- Selenium WebDriver
- TestNG
- Maven
- WebDriverManager
src/test/java β Test classes and Page Objects
pom.xml β Dependencies
README.md β Project documentation
- Clone the repository
- Open in Eclipse/IntelliJ
- Run TestRun.java as TestNG test
- Page Object Model (POM)
- Reusable driver setup
- Clean project structure
- TestNG execution