monkey Questions

3

I am working on Android Studio and I cannot see my package inside Android>Data folder of my device when I run apk on it. I am unable to run monkey without it. I have also mentioned installLocation=...
Jujube asked 14/9, 2015 at 12:50

1

I am performing Monkey testing on my Android app. While performing events, Monkey pulls down the notification panel and clicks on wifi/mobile data icons, hence turning them OFF. I am using this c...
Printmaking asked 10/10, 2016 at 6:29

2

I am a little confused on how to actually use monkey, i thought you were supposed to power on your emulator and go into terminal editor and type: $ adb shell monkey -p insert.my.package.name.here ...
Recipient asked 26/10, 2011 at 1:34

1

Solved

I ran the Monkey tool (the tool to perform stress testing on Android application) and I got some script file that have this form: type= raw events count= -1 speed= 1.0 start data >> LaunchAc...
Petiolate asked 10/10, 2017 at 14:38

1

If the Android system doesn't have physical keys, what are the parameters need to be included in the command? I get the error: Error : ** SYS_KEYS has no physical keys but with factor 2.0%
Gasperoni asked 1/7, 2017 at 11:37

0

We find a tricky ANR problem when using MONKEY to test our app. CPU and memory using is in the normal level. it seems that the ANR is cause by a Timeout KeyEvent faked by MONKEY sending to our ap...
Parthena asked 6/1, 2017 at 3:46

1

Solved

For example, I want to execute this command from this tutorial: $ adb shell monkey -p your.package.name -v 500 How do I do it? Where do I enter the command? I've tried entering it into the...
Craps asked 11/12, 2016 at 14:14

4

How do you use monkey and monkeyrunner tools for android testing? What are the basic commands needed?
Keely asked 6/9, 2012 at 7:14

3

I want to use android's monkey for stress test my app but monkey opens status bar and changes settings on my phone. To start monkey I use: adb -s S5660a19e722f shell monkey -p com.lmmx.app -v -...
Parthia asked 7/3, 2014 at 13:25

2

While monkey testing my app % adb shell monkey -p com.foo.bar --throttle 1000 -v 14400 I notice that it accesses various system settings on my device like audio control and taking screen shots. ...
Hoarding asked 3/1, 2014 at 19:58

6

i am tryig to execute a sample python program through monkey runner command prompt and it is throwing an error Can't open specified script file Usage: monkeyrunner [options] SCRIPT_FILE -s Monke...
Porphyrin asked 26/9, 2011 at 11:45

4

Solved

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 l...
Salpingectomy asked 15/7, 2010 at 18:15

1

Solved

I have an application that uses both grequests and multiprocessing.managers for a combination of IPC communication and Asynchronous RESTful communications over HTTP. It seems that grequests, in us...
Underpainting asked 6/2, 2013 at 19:5

1

Solved

I'm trying to stress test my android application using the monkey exercise tool. By default the tool will exercise activities having category Intent.CATEGORY_LAUNCHER or Intent.CATEGORY_MONKEY ac...
Baynebridge asked 23/4, 2012 at 17:13

2

Solved

I'm trying to use Monkey debuggin tool (from adb) to stress test a part of my application. As Monkey acts in a total random way, I'd like it to concentrate on the part of code that might contain an...
Vshaped asked 11/1, 2011 at 15:7

2

I'm running exerciser monkey to test my android app. As part of my app I play media files which give the pronunciation of a words. I've put the files in a directory where they aren't readable by th...

1

Solved

I ran the exerciser monkey on my app, and for some odd reason, my app meowed! I have no sound files in my project at all, so I'm a bit confused why a 'meow' sound played. Any explanations here? Th...
Pfeiffer asked 16/8, 2011 at 15:12

1

Solved

I'm letting monkey run on my app (via android emulator) using the following instruction: Monkey -p <packagename> -v 5000 I am getting the following errors: 01-28 11:45:55.392: ERROR/MediaP...
Phenoxide asked 28/1, 2011 at 17:1
1

© 2022 - 2024 — McMap. All rights reserved.