Check: http://code.google.com/android/intro/tools.html In particular: UI/Application Exerciser Monkey The Monkey is a program that runs on your emulator or device and generates pseudo-random streams of user events such as clicks, touches, or gestures, as well as a number of system- level events. You can use the Monkey to stress-test applications that you are developing, in a random yet repeatable manner.
On Oct 27, 9:31 am, Marcus <[EMAIL PROTECTED]> wrote: > Hi All, > > If there is a new application deployed on Android SDK, what is the > best way to test it? ( Junit or android.test ) > > And can Python be used to test apps? > > Thanks, > -Marcus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

