I am currently using the Android Monkey tool for stress testing Android system / packages. I find this useful. But so far, everything has been manual testing (i.e. open emulator, execute monkey-shell adb <...>, etc.). I would like to βautomateβ , and it is launched externally by the build server.
My initial instinct is to simply write a shell script to execute the monkey (using random seeds), and then save the results in a build server file. But is it really helpful?
It's just interesting if someone has done this before and / or has a βsmarterβ idea for automating Android Monkey. A Google search using the terms "automation of android monkeys" turned out to be little relevant information.
All thoughts are welcome.
android testing automated-tests
dstricks
source share