[ ] Under main/src/java folder add packages like com.module.basecom.module.pagescom.module.configcom.module.reports ....and so on related to project.
- [ ] `com.module.base` - consists of Base class Files, from which the other classes inherit the common class members
- [ ] `com.module.pages` - consists of automating script of web pages.
- [ ] `com.module.config` - consists of configuration and other properties of application.
- [ ] `com.module.reports`- consists of report Framework class like - [if we are using like Extent Framework]
[ ] Create a Maven project.
[ ] Under main/src/java folder add packages like
com.module.base
com.module.pages
com.module.config
com.module.reports
....and so on related to project.