Hello,
I'm using TestStand 2016 in Batch model. I wanted to log the XML report path during execution of main sequence. Get Report File Path callback did not help in logging this in report as this callback executes after main sequence execution.
I tried with -
"RunState.Root.Parameters.ModelPluginConfiguration.Plugins[0].PluginSpecific.RuntimeVariables.PerSocket[0].Path" but I'm using specify by expression in report option with UUTStatus macro. Without 'UUTStatus' I was able to get the report path using this expression but failed to get with 'UUTStatus' macro enabled.
Is there any way to log the file path into report with 'UUTStatus' macro enabled during execution of main sequence?