BobContributor15 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 DiscussionsSoapUI 5.9.1 displays "[]" as "<Empty JSON content>"SoapUI - Apache Commons FileUpload (CVE-2025-48976)(High)Log4j vulnerability (CVE-2025-68161)
Related ContentParse a JSON Response Using GroovyGet working directory using groovyExecution is aborted if any Groovy step is failed in between