06-17-2018 12:39 PM
How can I have a sequence run continuously without throwing up any dialogs?
I stopped the UUT dialog by overriding PreUUT and assigning Parameters.UUT.SerialNumber in a statement.
I still get the pass/fail pop up though. Am I able to skip that?
Solved! Go to Solution.
06-17-2018 06:23 PM
It turned out to be as simple as overriding PostUUT and removing its steps.