Forum Discussion
vikranthsanka15
12 years agoOccasional Contributor
Hi nmrao , thanks for the help.
I used the following code for achieving this
for( r in testRunner.results )
log.info( "TestStep " + r.testStep.name + " finished with status " + r.status )
But this is not resulting any response.
I used the following code for achieving this
for( r in testRunner.results )
log.info( "TestStep " + r.testStep.name + " finished with status " + r.status )
But this is not resulting any response.