Scenario: I have a csv file with 10 columns of test data. For each column I want to have a test method.
Now I know how to use dataprovider to read the csv file and provide the test data to a test method. But how can I use the same testprovider for multiple tests?
The dataprovider that I have written for now is reading the csv file and iterating through the csv.