BobContributor16 years agofail test case using groovy but dont abortI have a number of test cases using groovy. I want to be able to have the test case fail but to carry on with the rest of the script. Tried using: testRunner.fail( "It didn't work" ) but tha...Show More
M_McDonaldSuper Contributor16 years agoHow about:[tt:3vhomiqo]assert false : "It didn't work"[/tt:3vhomiqo]
Recent DiscussionsHow do I create a JSON file?SOAPUI 5.9.1 Still Includes Log4j 2.17.1 — When Will an Updated Version Be Released?20 years of SoapUI - Share your story
Related ContentParse a JSON Response Using GroovyGet working directory using groovyExecution is aborted if any Groovy step is failed in between