07-18-2019 07:28 AM
Hi all,
I'm developing my own model plugin and I have to know if the test is OK or failed (failure or runtime error or terminated or arborted) in "UUT Done" callback
There is variable Parameters.UUTStatus string. Does it take predefined values? If yes, what are the possible values?
Thanks in advance for your help
Solved! Go to Solution.
07-18-2019 09:50 AM
Technically since it is a string then my guess is it could be anything, depending on how you wrote/modified the process model.
Natively I think the sequential model only returns 4 values. The reason I think this is because if you look in DoPostUUT sequence in the process model it only handles the 4 scenarios. I can't find documentation anywhere about all of the possibilities other than this.
They are:
Passed
Failed
Error
Terminated
Hope this helps,
07-18-2019 10:40 AM
OK, so If I understood, the 4 states are : "Passed", "Failed", "Error", "Terminated" ?
Thanks
07-18-2019 02:19 PM
Correct!