Run test case with test data

Hello,

I was able to run a test suite using test data stored in a data file. But I wasn’t able to run a single test case using the data file. Is it possible?

Best regards,

Zoé

Executing a single test case again the data file will only execute the selected records in that data file. If you want to execute all of its records, then you have to write a loop statement.