How to read CSV file in Selenium JAVA WebDriver?
1. Go to http://sourceforge.net/projects/opencsv/ and download the opencsv jar file. Add the Jar file to your JAVA project.2. Use the below Lirbraries. import com.opencsv.CSVReader; import java.io.FileReader; 3. Sample Code: ....