Framework Mode - Properties file for configuration
Folder Structure
project-root/
├── pom.xml # Maven build file
├── testng.xml # TestNG suite configuration
└── src/
├── main/
│ └── java/
│ └── com/example/app/
│ └── pages/ # Page Object classes
└── test/
├── java/
│ └── com/example/
│ ├── tests/ # Test classes
│ └── utils/
│ └── ConfigReader.java # Utility to read properties
└── resources/
└── config.properties # Properties file for configuration