11-25-2019 11:54 PM
Hello Dear Teststand Community,
I am trying to Set the condition in Step.Additional Results in each step in a long sequence file using Teststand API. How can I access this Condition Expression and Set it ??
Any hint is appreciated.
Solved! Go to Solution.
11-26-2019 05:48 PM
Step.AdditionalResults.CustomResults.Item(0).Condition = "False"
11-27-2019 11:17 AM
Many Thanks Jigg ! It helped me save a lot of clicks.