Reading Configurations from Properties File : Selenium Java Example
Today we will go through
1) How to create a configuration properties file
2) How to add key and value from config properties file
We will take an example and read the value for a key from the configuration file by using Properties class. There are several get methods available to fetch the value for a key which we make use of in the following example.
For more details watch the below video till the end.
1) How to create a configuration properties file
2) How to add key and value from config properties file
We will take an example and read the value for a key from the configuration file by using Properties class. There are several get methods available to fetch the value for a key which we make use of in the following example.
For more details watch the below video till the end.
Comments
Post a Comment