Hi, Does anyone know how to do the following: I'm trying to deal with test failures in the following way: 1. Stop entire test run when test fails due to particular response e.g. Non HTTP response code: java.net.ConnectException,Non HTTP response message: Connection refused. I then want to be able to automatically restart the test run from the point where the test failed. 2. Ignore failure and continue test run when response code is anything other than 200 OK 3. Stop a particular section of tests and continue with the next section if a failure similar to that in 1. is encountered.
Thanks, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

