[SoapUI]获取Project,Test Suite,Test Case各个级别参数的值

String testResultPath = testRunner.testCase.testSuite.project.getPropertyValue( "testResultPath" )

def clientName = testRunner.testCase.testSuite.getPropertyValue( "ClientName" )

def cookie = '${#Project#cookie}'

原文地址:https://www.cnblogs.com/MasterMonkInTemple/p/6530743.html