SoapUI中如何获取当前active环境
// Get the current selected Environment def activeEnv = testRunner.testCase.testSuite.project.getActiveEnvironment().getName()
// Get the current selected Environment def activeEnv = testRunner.testCase.testSuite.project.getActiveEnvironment().getName()