Framework Mode - Headless execution
Folder Structure
selenium-java-project/
├── src/
│ └── test/
│ └── java/
│ ├── pages/ # Page Object classes
│ │ └── LoginPage.java
│ ├── tests/ # Test classes
│ │ └── LoginTest.java
│ ├── utils/ # Utility classes (e.g., WebDriverFactory)
│ │ └── WebDriverFactory.java
│ └── config/ # Configuration classes
│ └── ConfigManager.java
├── testng.xml # TestNG suite configuration
├── pom.xml # Maven dependencies and build
└── resources/
└── config.properties # Environment and browser settings