java - Android test code coverage, Eclipse -


Is there a way to run unit tests for Android from Eclipse in a way that measures the code and test code coverage Will use?

I'm looking for a simpler way to know which parts of my application have not been tested yet, fix the test cases and see what helped.

"post-text" itemprop = "text">

Disclaimer: I am an Atlasian

Atlasian Clover The device also supports for Android - it measures measurements for both application code and unit testing. Although in alpha phase, it works quite well - it works with Eclipse version 3.6.2 and higher.

If you want to find areas of your application that require correction, then the following clovers will be perfect for this task:

  • Clover Dashboard
  • Coverage Treap Report
  • Coverage Explorer

Oh, and Clover HTML report looks great!

Check this:


Comments