Forum Discussion
avidCoder
8 years agoSuper Contributor
Hey,
You could set the properties like this:-
def request = context.expand(${Rest Request#Request})
testRunner.testCase.testSteps["Properties"].setPropertyValue("Rest Request", request)
So, Using this code you are setting the Rest Request to Properties.
Hope this helps you out.