Forum Discussion

agiletestware's avatar
agiletestware
Occasional Contributor
15 years ago

obtaining request/response for rest/soap steps via groovy

Hello, I currently print out the request/response after a test case execution for post processing like this for(st in testRunner.testCase.testStepList) { if (st instanceof com.eviware.soapui....