This framework implements the Test-Driven Development (TDD) approach, where tests are written before the actual implementation. It provides a scalable, maintainable, and reusable automation testing ...
📂 Project Structure ├── src │ ├── main │ │ └── java │ │ ├── factory │ │ │ └── DriverFactory.java │ │ ├── pages │ │ │ ├── LoginPage.java │ │ │ └── ManagerHomePage.java ...