05-22-2024 07:14 PM
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.
05-23-2024 02:43 AM
Depending on the model you are using, the report(s) are created in
from the process model. So immediately after one of those might be a good location