Forum Discussion

vikranthsanka15's avatar
vikranthsanka15
Occasional Contributor
10 years ago

Get all test step result of a test case

Get all test step result of a test case , I have tried the following code for achieving it for( r in testRunner.results ) log.info( "TestStep " + r.testStep.name + " finished with status " + r.sta...