Forum Discussion
omatzura
18 years agoSuper Contributor
Hi Ali!
If you want to stop it use
testRunner.cancel( "I'm getting tired" )
if you want to fail it use
testRunner.fail( "It didn't work" )
(the string is a reason displayed in the log)
regards!
/Ole
eviware.com
If you want to stop it use
testRunner.cancel( "I'm getting tired" )
if you want to fail it use
testRunner.fail( "It didn't work" )
(the string is a reason displayed in the log)
regards!
/Ole
eviware.com