Forum Discussion

plaidshirt's avatar
plaidshirt
Contributor
7 years ago

Save attachments automatically in SoapUI with Groovy

I try to save all the attachments from a SOAP response. I use following Groovy script. def testStep = testRunner.testCase.getTestStepByName("SubmitFile") def response = testStep.testRequest.respons...