Forum Discussion
depeche
15 years agoContributor
You can use the following piece of code:
def testSuite = testRunner.testCase.testSuite.project.testSuites['Your_TestSuite_Name'];
for(int i=0; i
log.info testSuite.getTestCaseAt(i).getName();
}
Hope this might help you!
regards,
depeche
def testSuite = testRunner.testCase.testSuite.project.testSuites['Your_TestSuite_Name'];
for(int i=0; i
log.info testSuite.getTestCaseAt(i).getName();
}
Hope this might help you!
regards,
depeche
Related Content
- 3 years ago
Recent Discussions
- 15 years ago