Forum Discussion

SiKing's avatar
SiKing
Community Hero
14 years ago

testRunner.fail() is broken

I have reproduced everything in SoapUI 4.0.1. I have a test case that consist only of the following Groovy step: log.info("Start test") testRunner.fail("Fail test") log.info("End test") ...