Updates:
Cc: janne.t.harkonen pekka.klarck
Comment #18 on issue 137 by pekka.klarck: Support for continuing test
execution regardless of failures (ContinueOnFailure)
http://code.google.com/p/robotframework/issues/detail?id=137
We have decided to implement this so that execution is continued if the
exception
raised by a keyword contains attribute `ROBOT_CONTINUE_ON_FAILURE` and it
has a true
value. We used the same approach with fatal exceptions (issue 366) and it
worked
pretty well.
We'll additionally implement new `Run Keyword And Continue After Failure`
keyword
that can be used to run any existing keyword so that execution is continued
after a
possible failure.
In all cases the test will be marked failed after all its keywords have
been executed
if there has been any failures.
We'll also handle teardown specially so that all keywords inside it are
always
executed. This is covered by new issue 544.