Forum Discussion
tom_13
17 years agoContributor
Try do this from groovy after run step1 and step2:
def responseStep1 = context.expand( '${Step1 name#Response}' )
def responseStep2 = context.expand( '${Step2 name#Response}' )
if (!responseStep1.equals(responseStep2) )
testRunner.fail("Responses is not equal")