Hi everyone.,
I'm trying to store the result of a numeric limit test in a variable. In the post expression, I tried with
1) Step.Result.Status, which just returns the string "Running".
2) Step.Result.Numeric which just returns the value I'm evaluating in a GELE comparison.
I just want to retrieve a boolean value "True", if the test is passed or "False" otherwise.
I can use more if statements, but I'm trying the keep my sequences somewhat compact.