Forum Discussion
PaulDonny
12 years agoRegular Contributor
Madir,
if you don't mind me asking, why do you have 1000 test cases? Are they actually very different test cases or are you just changing a couple of variables from one to the next? If so, I would suggest using a datasource (easy to accomplish even without pro) and having that feed the data into the Test Cases based on which iteration it is in (Or, if you want to be fancy, build a UI).
It would be a lot easier to manage and maintain. I go crazy when my dev team sends me 30 TestCases.
if you don't mind me asking, why do you have 1000 test cases? Are they actually very different test cases or are you just changing a couple of variables from one to the next? If so, I would suggest using a datasource (easy to accomplish even without pro) and having that feed the data into the Test Cases based on which iteration it is in (Or, if you want to be fancy, build a UI).
It would be a lot easier to manage and maintain. I go crazy when my dev team sends me 30 TestCases.