alibaba82
16 years agoSuper Contributor
failed test step status
Hello,
I am trying to check if a certain test step failed but am having some problems. my code is
for( r in testRunner.results )
{
if (r.status == "FAILED")
log.info("some test step failed")
}
it doesn't seem like its working. What am I doing wrong?
Thanks
ALi
I am trying to check if a certain test step failed but am having some problems. my code is
for( r in testRunner.results )
{
if (r.status == "FAILED")
log.info("some test step failed")
}
it doesn't seem like its working. What am I doing wrong?
Thanks
ALi