1. 程式人生 > >soapui-使用groovy腳本執行用例請求

soapui-使用groovy腳本執行用例請求

mage logs ren 分享 current testcase nco resp nbsp

import com.eviware.soapui.impl.wsdl.testcase.WsdlTestRunContext

CURRENT_TESTCASE = testRunner.testCase
TEST_SUITE = CURRENT_TESTCASE.parent

def testStep = TEST_SUITE.getTestCaseByName(‘TestCase‘).getTestStepByName(‘Login‘)

def testStepContext = new WsdlTestRunContext(testStep)
def result = testStep.run(testRunner, testStepContext)

log.info result.responseContent

技術分享

結果:

技術分享

soapui-使用groovy腳本執行用例請求