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
- 4 years ago
- 8 years ago
- 14 years ago
- 9 years ago
Recent Discussions
- 5 days ago
- 10 days ago