Forum Discussion
nmrao
11 years agoCommunity Hero
One way could be to bring the test environment to a state so that all your tests can run with out an issue, then you will be able to use Setup script of test suite.
Otherwise, you have to have the same setup at each test case. However, you could do it programatically though by reading the suite, add the same setup script thru looping.
Otherwise, you have to have the same setup at each test case. However, you could do it programatically though by reading the suite, add the same setup script thru looping.