Friday, July 08, 2011

Eclipse, Android and EMMA code coverage

On of the examples I'm including in the tutorial I will be presenting at LinuxCon North America 2011 (link to presentation) is a step by step use of EMMA code coverage from Eclipse to help you navigate through the Android application source code while applying Test Driven Development techniques.


This screenshot, taken from the tutorial examples, shows:

  1. The code coverage results directly summarized and highlighted in the Activity source code inside Eclipse editor
  2. The coverage view lists coverage summaries for the Android project, allowing drill-down to method level
If you are seriously developing Android applications you shouldn't miss this tutorial.
Hope to see you there.