07-05-2011 01:54 PM
Hi,
I'm using COM adapter to call the TestComplete application. There are several steps in the sequence file, one of which is to run a particular script in TestComplete. However TestStand doen't wait for the TestComplete to finish executing the script, beforeproceeds to the next step. I tried inserting a Wait step but couldn't get it to work correctly( e.g. wait till testcomplete send a return value back).
Thanks!
Solved! Go to Solution.
07-05-2011 09:01 PM
TestStand will wait until the function it calls completes. It sounds like the TestComplete API returns before it's execution finishes. I would look into that API to see if TestComplete actually supports this use case.