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