📂 Project Structure ├── src │ ├── main │ │ └── java │ │ ├── factory │ │ │ └── DriverFactory.java │ │ ├── pages │ │ │ ├── LoginPage.java │ │ │ └── ManagerHomePage.java ...
This repository contains a Selenium + TestNG automation framework designed to test B2C Post Property and Payment flows with a clean Page Object Model (POM) structure.