Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi,
you can enumerate the TestStepResult objects for a TestCase execution in its TearDown script with
for( r in testRunner.results )
log.info r.status
regards,
/Ole
SmartBear Software
you can enumerate the TestStepResult objects for a TestCase execution in its TearDown script with
for( r in testRunner.results )
log.info r.status
regards,
/Ole
SmartBear Software