Forum Discussion

Bob's avatar
Bob
Contributor
16 years ago

fail test case using groovy but dont abort

I 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...