Requirements
Android SDK (version r11)
Robotium (version 3.0)
Eclipse Helios
Introduction
Automated tests are key in maintaining high quality software. They help catch bugs immediately when introducing new code and also ensure that new features do not conflict with existing functionality. Another advantage of automated tests, specially for Android applications is that it greatly speeds up testing when you have [...]