I have written Junit test cases to test my application.
I am running my test cases in command line.
I will get report in juint UIif I run it through eclipse.
But I am running test cases in command line. I tried to capture logcat details, it will get overflow while running many testcases.
Please suggest me how can I get detailed report for this test case runs?
Thanks for your answers in advance.
Link here i followed this tutorial and plug in to get the report.