Forum Discussion
SmartBear_Suppo
13 years agoSmartBear Alumni (Retired)
Hi,
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
Related Content
- 6 years ago
- 8 years ago