NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Post Report Generation step

Hello,

 

I'm building a test automation system using TestStand, and I want to send my HTML test report by email to the operator.

How can I add a step to send an email after creating the report?

 

I tried using the "GetReportFilePath" callback, but it executes when the file path is fixed (the report file is still empty at this point) and not after the HTML report is generated.

I would like to execute the step to send the email after the report generation is complete.

 

Any help would be greatly appreciated.

Thank you and best regards.

0 Kudos
Message 1 of 2
(226 Views)

Depending on the model you are using, the report(s) are created in

  • Model Plugin – UUT Done
  • Model Plugin – Batch Done

 from the process model. So immediately after one of those might be a good location 

 

0 Kudos
Message 2 of 2
(203 Views)