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 DiscussionsSignature\Encryption tags missing in Security HeaderCVE-2024-7565 and CVE-2017-16670 vulnabilitiesVulnerabilities found in SoapUI 5.9.1
Related ContentParse a JSON Response Using GroovyGet working directory using groovyExecution is aborted if any Groovy step is failed in between