I want to use the Android monkey for stress testing my application, but the monkey opens the status bar and changes the settings on my phone.
To run the monkey, I use:
adb -s S5660a19e722f shell monkey -p com.lmmx.app -v -v -v 10000 --throttle 500
I thought the -p com.lmmx.app should prevent this ... I use phones 2.3.5 and 2.3.6 for testing.
Any suggestions would be appreciated.
android testing monkey
lordmegamax
source share