socaltester
5 years agoContributor
This would be nice. In the meantime, have you created a groovy script to do this? I found the following for cloning a test case into multiple test suites and I think all I need to do is add the test step portion (getTestStepByName ??) to complete it.
def slaveTestCase = testRunner.testCase.testSuite.project.getTestSuiteByName("Test Suite").getTestCaseByName("Name") testRunner.testCase.testSuite.project.getTestSuiteByName("Test Suite").cloneTestCase(slaveTestCase,"NewName")
Relate links I found:
Related Content
- 27 days ago
- 2 years ago
- 2 years ago