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
abhishek813Frequent Contributor15 years agoassert false : "Test Case Failed" statement works for me and i do not have the abort on error checked.
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