[android-developers] Instruction on how to run Monkey Test on the device directly
Hi All,
I have following monkey script; I would make it to be able to run it on the device directly via a emulator. as of now, I am using a PC to send a command via adb command. This will prevent monkey from disconnect the device by turning the USB debugger mode. I would to be able to load as linux's executable file Ex. batch file. Please let me know if I need to change any variable in this command line.
adb devices
adb shell monkey --ignore-crashes --ignore-security-exceptions --monitor-native-crashes --throttle 1000 -s 1000 -v-v-v 500000 > test_result
Regards,
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home