tags:

views:

47

answers:

1

Does there exist an automated GUI testing framework for Android?

+3  A: 

Yes, there is support baked right into the SDK. Check out the Activity Testing topic on the Android dev site.

Marc Bernstein