jeudi 9 juillet 2015

Process JUnit Failure Trace


I am using Robotium to write automated test cases for android applications and i would like to visualize the results of said tests.

So in case there occurs a failure in one of the tests, i want to

programmatically search the JUnit "Failure Trace"

in order to work with that information.

Is there any smooth way to get the Failure Trace? I was thinking of saving the error messages in an ArrayList and work from there after the Robotium test class finished.

I'm grateful for any hint. Thanks in advance!

Aucun commentaire:

Enregistrer un commentaire