Parameterization of Selenium Tests with CSV file – Part II
In the previous post (view post)I have explained about reading a csv file and displaying its data on console. Now, let us explore how to store some parameters in the csv file in the Key – Value format and then read the data into a HashMap. Once the parameters and values are read into a …