Hi,
I'm starting a sequence in parallel from the MainSequence by "Using new execution". This parallel sequence is continously polling CPU performance data from my UUT and logs them "on the fly" to an Excel-file while the MainSequence is running the test case.
To get a clear reference from the UUTs CPU performance to the test steps, I need to get somehow the step name of the currently executed test step in the MainSequence for logging it together with the CPU performance data.
Is there any possibility to identify the current step of the main sequence in the parallel sequence (e.g. by any property)?
Thanks in advance,
MRet