12-15-2022 08:55 PM
I'm trying to get the file path for the UUT report created by TS. I'm using the GetReportFilePath callback and then Parameters.ReportFilePath. However, Parameters.ReportFilePath returns an empty string.
I've been researching this for a day or two and haven't found what I need yet. I'm sure this has been dealt with previously, I just can't seem to find the right post.
Thanks in advance for your help.
-D
12-16-2022 01:21 PM
When I ran a sequence with the callback and using a process model; it worked as expected.
Did you by chance just run the callback sequence by itself?
Do you have Result plugins enabled?
12-16-2022 06:38 PM
Thanks for the feedback. I did not enable Result plugins because I don't know how to do that. This is new to me so could you share how to do that?
Thanks so much.
- D
12-18-2022 03:58 PM
To change reporting go to menu configure > result processing. You must have process model enabled to see this menu. Also, process model shall be used when running a sequence file (use Single Pass or Test UUTs).
In general you should follow this knowledge base article: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8FPSA0&l=pl-PL
However, it is also important when in the execution you are trying to get this information and if you are using macros to create a report path (or generally how you configure your reporting plugin).