Can I Modify The UUT Result Textbox In TestStand?

Updated Dec 18, 2023

Environment

Software

  • TestStand

I want to modify the UUT Result textbox popping a at the end of each UUT tested.

How can I do it?

The message displayed in the UUT Result textbox is the value of the variable Step.Result.Error.msg of the first step failing.
Only the first step in which the value of Step.Result.Error.Msg is modified will be taken in account.
You can therefore modify Step.Result.Error.Msg of any step: the UUT Result textbox will present the text you specified if no step failed before.

If no error happened, the UUT Result will only display: "Test Sequence Passed"

Additional Information

If one of your code modules gives an error with dedicated string value description, the value of Step.Result.Error.Msg will be modified and therefore the text displayed in the UUT Result textbox.