joamello
14 years agoNew Contributor
running external test suite from groovy test step
Hello,
I'm Joan and my question is simple:
I have two test suites in one project. One of them contains only one test case which contains a groovy script. How can I run other test suite from this groovy script?
I was thinking to use something like this:
testRunner.testCase.testSuite["Test_Suite_Name"].runTestCaseByName["Test_Case_Name"]
Thank you in advance.
Joan.
I'm Joan and my question is simple:
I have two test suites in one project. One of them contains only one test case which contains a groovy script. How can I run other test suite from this groovy script?
I was thinking to use something like this:
testRunner.testCase.testSuite["Test_Suite_Name"].runTestCaseByName["Test_Case_Name"]
Thank you in advance.
Joan.