Forum Discussion
1 Reply
- UnhandledContributorCreate a groovy script test step with the following content:
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.