I would like to know, is there any way to set up TestNG to handle unexpected exceptions like errors and not like failures?
I tried to throw RuntimeException in my test and it was considered as failure, not like an error. TestNG documentation talks only about success and failure states - http://testng.org/doc/documentation-main.html#success-failure.
I would like to have TestNG behaviour similar to JUnit in first question on address http://www.querycat.com/question/d1c9a200f18e6829cb06dda8eda8ad61
Thanks for your help.