SiKing
14 years agoCommunity Hero
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") ...