Current State
Configuration properties are held in separate .properties files.
How to make it better
Configuration properties can be held in Java HashMaps and the entire Apache Configuration dependency and its initialization mechanism can be removed.
Should evaluate how current environment-XXX Maven profiles will work this way.
Where an automation project should hold its configuration maps?
In current arranjement these are store at fixed location the environments folder.
Current State Configuration properties are held in separate
.properties
files.How to make it better Configuration properties can be held in Java HashMaps and the entire Apache Configuration dependency and its initialization mechanism can be removed.
Should evaluate how current
environment-XXX
Maven profiles will work this way. Where an automation project should hold its configuration maps? In current arranjement these are store at fixed location theenvironments
folder.