Test Suite global DataSource
Hi there,
I have a Test Suite with a bunch of different Test Cases that all have to use data from a csv file. Furthmore this Test Suite can be applied to various devices by just changing the csv file. My question now is: What is the best way to have a single spot where I can change the file path so that I can run the test suite with all it's test cases for various devices with individual csv files?
The only way I could come up with is to make a "generic" test case as the first test case in the suite and add the DataSource here. All other test cases than access the data source from the "generic" test case. It seems to work fine but feels more like a workaround than best practice.
Any other suggestions would be highly appreciated.
Thanks,
Lennart