Forum Discussion
star
16 years agoOccasional Contributor
I am trying to run this but unable to
If I am in 'test_suite_1' and want to run a test case named 'get_id' in 'test_suite_2' how do i do it? What command do I use to do it? Also how can i pass groovy variable to 'get_id'?
def testSuite = testRunner.testCase.testSuite.project.testSuites[''test_suite_2']
Thanks,
If I am in 'test_suite_1' and want to run a test case named 'get_id' in 'test_suite_2' how do i do it? What command do I use to do it? Also how can i pass groovy variable to 'get_id'?

def testSuite = testRunner.testCase.testSuite.project.testSuites[''test_suite_2']
Thanks,