Forum Discussion
divman
12 years agoContributor
Hi,
I changed the script bit and i am able to get what i need. Here is the working code.
I changed the script bit and i am able to get what i need. Here is the working code.
def step = testRunner.testCase.testSuite.project.workspace.getProjectByName("P1")
log.info step.name
def runner = step.testSuites['TS1'].testCases['TC1'].testSteps["GScript 1"].run(testRunner, context)
log.info ("runner status ....... : " + runner.getStatus())