WsdlTestCase testCase = testSuite.addNewTestCase("TestCase");
testCase.addProperty("testCaseId").setValue("345");
WsdlTestStep testStep = testCase.addTestStep(GroovyScriptStepFactory.GROOVY_TYPE, "GroovyScript");
MockTestRunner mockTestRunner = new MockTestRunner(testCase, Logger.getLogger("testing"));
MockTestRunContext context = new MockTestRunContext(mockTestRunner, testStep);
PropertyExpansionUtils.getGlobalProperties().setPropertyValue("testSuiteId", "testing");
SoapUI.getSettings().setBoolean(GlobalPropertySettings.ENABLE_OVERRIDE, false);