ContributionsMost RecentMost LikesSolutionsRe: running external test suite from groovy test stepMany thanks to all! Both solutions are good. running external test suite from groovy test stepHello, 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.