I have a excel / CSV file which contains the input data directory location for each test.
For example:
I connected this Excel data in the ranorex test case and bound it to a variable.Now, Ranorex runs the single test which is connected with this data source for several iterations. But, I would like to set it in such a way that each test takes input for the test input location from the excel file.ColTestID ColFolderLocation
TC_Sw_0101 C:\TestInput\Input\TC1
Is it possible to create a variable to a test suite and bind the data source to the whole test suite.
Please help on this issue.
Thank you,
Karthik