NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Wait for step execution to complete

Solved!
Go to solution

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!

0 Kudos
Message 1 of 2
(3,367 Views)
Solution
Accepted by topic author ph2

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.

0 Kudos
Message 2 of 2
(3,359 Views)