Reading test data from a CSV file using JUnit

It is recommended that we store the test data separately from the test scripts. This data can be exported in CSV format. We can read CSV files using Java IO and utility classes. In this blog, we will read data from a CSV file and use this data to execute the test script. Similar Posts […]

Read more