07-11-2012 01:26 AM
How to use numeric limit test's pass/fail-result as a conditional expression in if-statement?
BR,
Jick
07-11-2012 01:52 AM
In the if conditional expression go to runstate.sequence.main
Select the numeric step and expand
Select the numericstep.result.status
Compare this with "Passed" or "Failed" as shown below
RunState.Sequence.Main["Numeric Limit Test"].Result.Status == "Passed"
This site uses cookies to offer you a better browsing experience. Learn more about our privacy statement and cookie policy.