I wanted to get the value from the page as a condition to run for the next step. For example, if the status shows 'On', then it should run the next test case. If not, then it should skip that test case.
I tried to put {B[buffername]} == "ON" in the condition under Properties, but it runs even though the condition does not match.
I'm quite new to TOSCA and there's not a lot of resources so I am asking here. If anyone knows please do help me. Thanks!
Place Buffer in brackets, it should work '{B[buffername]}' == 'ON'
As advice, try TBox Evaluation Tool for testing such things.