monkey

Documentation on Eclipse Monkey

I'm looking for some documentation on "eclipse monkey" features. What variables are predefined, what methods do these objects have and so on... You can only get so far by tweaking the examples. ...

Monkey command on android phone?

Hi guys, I'm ok using monkey command on the emulator but is it possible to launch it on a phone i'm using for debug? ...

random number generator monkey test diehard

Hi, I have a question about Diehard Testtool. My Random Number Generator doesn't passed monkey test (DNA Test). One p-value was 0. Is this critical? How can I interpret the result? Thank you in advance! ...

writing to /system/framework in emulator

Hi, I'm in the process of extending monkey for software testing purposes, so I would like to replace the current monkey.jar which my own compiled monkey.jar in the emulator. The current monkey.jar is located at /system/framework/monkey.jar. When I try to run the following command: adb push monkey.jar /system/framework/monkey.jar i ...