wanpet
16 years agoNew Contributor
Call test case
Hi, Is it possible to create a test step that calls (runs) a testcase from another soapUI-project? Best regards Wanja
import com.eviware.soapui.support.types.StringToObjectMap
def step = testRunner.testCase.testSuite.getTestCaseByName("TestCase Name")
step.run(new StringToObjectMap(context), false)