Top "Monkeyrunner" questions

Monkeyrunner is tool from Android SDK which provides an API for writing programs that control an Android device or emulator from outside of Android code.

How to use monkey and monkeyrunner tools for android testing?

How do you use monkey and monkeyrunner tools for android testing? What are the basic commands needed?

android monkeyrunner monkey
How to get the Android ID for a menu item in Android?

Is there a way to get the Android ID for a menu item? I can see getTitle() but not a …

android string menu resources monkeyrunner
How to do UI automation in android?

Is there any guide to do following UI automation like selecting an item, writing text, pressing buttons in Android. Please …

android automation monkeyrunner
control android device/emulator by python

I am not familiar with android development. But just want to use python script to do something on my android …

android python android-emulator appium monkeyrunner
How to tell if screen is on with ADB

I am looking to find out whether or not it is possible to determine if the screen is on on …

android testing adb monkeyrunner
android monkey runner scripts

i am tryig to execute a sample python program through monkey runner command prompt and it is throwing an error …

android monkeyrunner monkey
Importing MonkeyRunner into Python script fails in Windows

Why importing MonkeyRunner into Python script fails in Windows? I created a file foo.py and copy-pasted code from the …

android python monkeyrunner
Easy way to find x y coordinates on MonkeyRunner

I am using MonkeyRunner to test my very broad application and running many different scripts on my devices. However it …

android monkeyrunner android-monkey
How to run monkeyrunner on an already installed .apk

I'm trying to run some commands on an application that is already installed through monkeyrunner. I've edited the sample code …

android monkeyrunner
NoClassDefFoundError: com/google/common/base/Predicate when importing MonkeyRunner in Jython

I want to use MonkeyRunner to generate MotionEvent (from screen touch). I have read the info on http://developer.android.…

android jython predicate monkeyrunner