I have a "If" Step in my TruClient Action that shall "Fail" if the condition is True but "Pass" if otherwise. I inserted a step which reads "Exit Action with Status Fail", but after this Step has been executed it says "Replay suceeded" in the Status Bar.
What I want is the script to fail, i.e. the Replay counted as not successful. Why isn't that happening? Maybe I could use something else to 'raise' an error which ends the execution of the script/replay?