0%

Quality Tools for Android

This is an Android sample app + tests that will be used to work on various project to increase the quality of the Android platform.

The idea is that Android programming is still in its infancy compared to the Java world. The Android community needs more robustness in Android apps and it looks like a good idea to build on the Java world experience and use its best tools for Quality Analysis.

We want to provide a full featured industrial development environment that can be used to create more robust projects on Android, by using any of the most interesting and popular technologies.

Here are some slides to present Quality Tools for Android.

Already integrated :

  • Standard Android testing framework and code coverage using emma, reported in Sonar. That also covers robotium, easy mock and mockito technologies.
  • Robolectric testing framework and code coverage using Cobertura, reported in Sonar. Now in same eclipse project / maven module as app under test thanks to this thread.
  • UI Automator testing through a new android maven plugin goal (to be released in android-maven-plugin-3.5.2) and result in sonar.
  • Espresso / Android test kit
  • Configuration works out of the box in eclipse
  • Lint integration via Maven.
  • PMD, findbugs, checkstyle integration via Maven, reported in Sonar.
  • lint android maven lint integration (pom checker)
  • Monkey testing is now automated and reported in Sonar.
  • Add classycle support, to enforce architectural constraints, through classycle maven plugin
  • Spoon from square, including screenshots during tests.
    *
  • maven-android-sdk-deployer to deliver android jars (including uiautomator)
  • sonar android lint plugin
  • FEST Android.
  • Jacoco offline instrumentation for both robolectric and standard junit tests.
  • Testing technologies integrated :
    • Standard Android tests
      • easymock
      • mockito
      • mockwebserver
      • robotium
      • fest-android
    • robolectric tests
      • hamcrest
      • easymock
      • mockito
  • Screenshot lib works during UIAutomator tests.
  • BoundBox is used in some StandardAndroid tests and Robolectric tests.
  • support for Travis CI.
  • Build Status on Travis: Build Status on Travis:

Reference

[1]Quality-Tools-for-Android

欢迎关注我的其它发布渠道