Hello,
In the OnAfterTestCompleted method, I would like to have code to open the test result file after a failure. When the file is saved, how can I access the unique 18-digit id? I first export the result to a network location. Here is what I have so far:
This opens that one specific result, however I haven't found anything in the TestResult class that I think would do the trick to get that unique ID. Anything else I can try?
Thanks!