Change the name of keycheck
-
Suppose the success key is >succes<
After getting it i wanna display on capture as|true|And failed key is >fail<
And i wanti to display on capture as |false|
-
I suggest not using keys at all, you can do
IF "<ABCD>" Contains "EFGH" SET CAP "RESULT" "TRUE" SET STATUS SUCCESS ELSE SET CAP "RESULT" "FALSE" SET STATUS FAIL
-
What's that<ABCD> is that's the success key?
-
No it's the variable in which there is the text you want to check, usually it's
<SOURCE>