Framework Mode - Custom annotations
Folder Structure
src/
├── main/
│ └── java/
│ └── com/example/project/
│ ├── annotations/ # Custom annotation definitions
│ ├── pages/ # Page Object classes
│ ├── utils/ # Utility classes (e.g., waits, helpers)
│ └── config/ # Configuration classes
└── test/
└── java/
└── com/example/project/
├── tests/ # Test classes
└── listeners/ # TestNG listeners, e.g., for reporting