Forum Discussion
Unhandled
15 years agoContributor
Create a groovy script test step with the following content:
replace TestSuiteName and TestCaseName with the names of the Test Suite and Test Case you want to run.
def testCase = testRunner.testCase.testSuite.project.testSuites['TestSuiteName'].testCases['TestCaseName']
testCase.run(null, false)
replace TestSuiteName and TestCaseName with the names of the Test Suite and Test Case you want to run.