mcbootus
14 years agoContributor
[Res] Calling test cases and test steps
Dear Support, I want to setup a global groovy script which calls test steps from other test cases - below is an example structure: TESTSUITE1 -----TESTCASE1 -------TESTSTEP6 -----TESTCASE2 ...
- 14 years agoHi Armen,
you can run a TestCase with
runner = testRunner.runTestStep( project.testSuites['TestSuite1'].testCases['TestCase2'].run( null, true )
runner.waitUntilFinished()
etc..
Does that work ok?
regards,
/Ole
eviware.com