NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to perform action after report is generated?

Solved!
Go to solution

After a report is generated, we need to automatically make a copy of the report in a different location. What is the best way to do that?

0 Kudos
Message 1 of 3
(870 Views)
Solution
Accepted by christopher12345

Override the PostUUT Callback or the Process Cleanup Callback and do it in one of those.

 

If you are using a later version of TestStand you can just add another report and point it to a different location.  That way TestStand will just generate 2 reports at once.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 3
(841 Views)

Another option is to use the GetReportFilePath callback. 

 

Programmatically Determine the File Path and File Name of a TestStand Report - NI

 

Regards, 

Anand Jain

NI

Message 3 of 3
(835 Views)