soapui-使用groovy脚本执行用例请求
Posted 雪山非猪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了soapui-使用groovy脚本执行用例请求相关的知识,希望对你有一定的参考价值。
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脚本执行用例请求的主要内容,如果未能解决你的问题,请参考以下文章