Creating configuration properties for Selenium Test Suite
Create a configuration properties file to store parameters such as log file path, test data path, results path, selenium execution speed, wait period, etc, then make changes to the parameters whenever needed. Java provides a way to create configuration file for storing configurable parameters of an application. Selenium Test Suite also needs such a file …