10-24-2012 05:49 PM
Hi,
In teststand 2012, when choosing the report file path by expression, does teststand ever evaluate this expression, and store the result of the evaulation (the actual path), at any point? If so, where does it store this information?
Thanks
David J.
10-24-2012 09:54 PM
If you want the runtime value of the report path, the best option is to override the GetReportFilePath callback in your sequence. Note that if you configure multiple reports, the callback will be called for each one.