rest
上面是接口
TestSuite(用例集)——————TestCase(用例)————Add Step---1.Groovy Script 2. Home_Index.action - Request 1
Groovy Script :
def teststep = testRunner.testCase.testSteps['Home_Index.action - Request 1'].testRequest.response.contentAsString
log.info(teststep);