Forum Discussion
gauravkhurana
8 years agoOccasional Contributor
def testStep=testRunner.testCase.testSuite.project.getTestSuiteByName("Name of suite whose TC you want").getTestCaseByName("Name of the test Case").getTestStepByName("Name of the step you want to run")
testStep.run(testRunner,context)
// The above code is working fine
- amysoap8 years agoOccasional Contributor
Thank you. I am able to run now. Again Thanks
- gauravkhurana8 years agoOccasional Contributor
if the code worked for you, Support the answers by Giving "kudos" to the aswer
Related Content
Recent Discussions
- 15 years ago