android app automated testing

There is a monkeyrunner jar in the lib directory of the android sdk, which can be run using cmd and automated testing of the application.
It's very simple to use, it can test out the deeply hidden bugs in the app, improve the robustness of the app, and reduce crashes
adb shell monkey -p com.htc.Weather -v 100 like this, monkey -p com.htc.Weather -v yes The package name of the app, 100 is the count, this sentence is automatically executed after the carriage return. For details, I read the following blog
http://www.cnblogs.com/manuosex/p/3215270.html

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326640765&siteId=291194637