Hello I have the following file: testexcel.xlsx > sheet 1
I want to execute this test twice as there are 2 rows with data.
[Test] [TestCase
If your intention is to separate the test data and code. Please take a look at JsonSectionReader.
This package provides the support for storing the test data in embedded json file, and it has excellent support of deserialization.