Forum Discussion
groovynoob
13 years agoOccasional Contributor
I figured it out. Someone pointed me towards setPropertyValue and I was able to make this work completely. I added the following line and was able to set a custom property with the value I needed to transfer:
TIA!
testRunner.testCase.testSuite.setPropertyValue("userIdResponse", addUserToDirectoryResponse)TIA!