ContributionsMost RecentMost LikesSolutionsRe: SoapUI3.5 - No such property: testRunner for clases: Script1 try this : def testCase = messageExchange.modelItem.testCase def ResponseMessage = testCase.testSteps["Step1"].testRequest.response.contentAsString log.debug 'response is :::: ' + ResponseMessage