How to display the junit.framework.AssertionError stack trace in a jsp
hi,
I am trying to write a jsp where I want to display the no of testcases that have failed and if failed ,show the exact location in the stack trace where it has failed.
I am using weblogic workshop and have a jpf action which calls the testclass and after executing the test forwards to a jsp where I want to display the result.
I hope I am a liitle clear about my requirement.If anyone has any ideas please let me know.

