NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

report and multithreading

Hi all,

Here is a simple question concerning report and multithreading.

I want to execute two sequences, called sequence A and sequence B, in parallel from a MainSequence. Both sequences should be execute in new threads. Here is my problem: The generated report of my MainSequence didn't include the sub reports of sequences A and B. How can I do this ?

In my MainSequence report, I only saw that the Sequence A and Sequence B are called from my MainSequence, but there is no information about sub step in sequences A and B....

I know that it's possible to do this using the append options, when report file already exist, but I didn't like this method...

Any idea?

Thanks.

Vincent
Vincent L
0 Kudos
Message 1 of 3
(3,149 Views)
At the end of your main sequence, insert one Wait step for each thread you launched. Configure the Wait steps to wait for the threads you launched. The results for the threads will appear in the report under the results for the Wait steps.
0 Kudos
Message 2 of 3
(3,149 Views)
Thank you, It's work perfectly.

Vincent
Vincent L
0 Kudos
Message 3 of 3
(3,149 Views)