📂 Project Structure ├── src │ ├── main │ │ └── java │ │ ├── factory │ │ │ └── DriverFactory.java │ │ ├── pages │ │ │ ├── LoginPage.java │ │ │ └── ManagerHomePage.java ...
This is a comprehensive API automation framework built with Java, TestNG, and Rest Assured for testing the ReqRes.in API. The framework follows best practices including Page Object Model, data-driven ...