Hello.
I am using Teststand 2014 and a Multiple Numeric Limit Module to compare results. However I am trying to figure out a way to compare a single value to two different limits. Basically:
If(StepReturn.Fruit == Limit.FruitBasket.Apple) OR (Fruit == Limit.Fruitbasket.Orange)
PASS
Else
Fail
So far I have found no way to do this without doing a Post Action Conditional Pass statement.
Help would be appreciated.