[Resolved] Pass a variable into context.expand code
I have a script assertion in a teststep. I want to get the response xml from the previous step to parse. The code to do this is currently like this: def currentTestStep = context.getCurrentStep().g...