I'm trying to setup a calculated item based on "Failed step of scenario". So I tried:
But it didn't work, the error message is:
While on the same scenario the "in" works with no problems:
Why? How can I translate a problem in the web scenario to a very simple 0(down)/1(up) calculated item???
Code:
last("web.test.error[MyScenario]")
Code:
Cannot evaluate expression: "Cannot evaluate function "last()": not enough data.".
Code:
last("web.test.in[MyScenario,,bps]")
Comment