Set properties in a Soap test step from a groovy script
I am trying to set properties in the request xml of a test step from a groovy script as following: def propertiesStep = testRunner.testCase.getTestStepByName( "GetVoiceItem" ); assert(properties...