I have main test script that calls 3 other .Net scripts that all access the same active data file. Whenever I have the scripts read more than one line of the active data file, the test run fails because the first script tries to run again before the other 2 scripts get an opportunity to run. I was wondering what needs to be done so that the other 2 scripts complete themselves before the first script tries to read the next line of active data?
↧