• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How to test android app?

andrewust

Lurker
Hello everyone,

Is there any automated test case generation techniques for Android apps?
Especially, how to test location aware applications? :) Thanks.
 
Hi,
If you are still interested in functional testing of android applications have a look at Robotium.org. They recently added a Getting started page that takes you through the steps you need to take in order to run test cases. Robotium itself is a test framework that I am using and I think it's great. It makes it easy to write functional test cases for android applications.
 
Back
Top Bottom