04-20-2012 01:36 AM
Hi, everyone.
I have a questions about the executions of two steps in Teststand.
Let's say we have two steps (eg, step 1 and step 2) in a sequence.
Is there is configurations or settings for running the two steps concurrently without waiting for the completion of the step 1?
Thanks.
04-20-2012 01:56 AM
You have to create a sub sequence and put the 2nd step there.
Call this sub sequence in a new thread using sequence call step type.
your step 1 runs in the normal execution and step 2 in a parallel thread.
Hope this helps.
04-23-2012 07:23 AM
If you want to run both steps parallel, you need to run step 1 in parallel and step 2 normal . 😉