ContributionsMost RecentMost LikesSolutionsRe: Get property from test case in mock script assertion(SOAP) Thank you for help Get property from test case in mock script assertion(SOAP) Hello. How can i get property from test case in mock script assertion? I try to use: 1) def groovycase = testRunner.testCase.getPropertyValue("propcase") 2) def testCase = messageExchange.modelItem.testCase; def expected = testCase.getPropertyValue("propcase"); but it doesn't work because i get error. Solved