📂 Project Structure ├── src │ ├── main │ │ └── java │ │ ├── factory │ │ │ └── DriverFactory.java │ │ ├── pages │ │ │ ├── LoginPage.java │ │ │ └── ManagerHomePage.java │ │ └── utils │ │ ├── ...
This project is an advanced automation testing framework built using Selenium WebDriver with Java and TestNG to validate core functionalities of the OrangeHRM demo application. The framework is ...