No more boilerplate code for properties files
We use properties files all over for our development to store configurable data of our applications and the same is true when it comes to test automation. We store config params in properties files.
Properties files store data as key-value pairs similar to a Java map data structure. Below is an example of a properties file.
server.host.name=testing.com…