继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

Android压力测试的一些相关指令

小杰子123
关注TA
已关注
手记 1
粉丝 6
获赞 37

Monkey工具
ADB命令
Monkey Script
MonkeyRunner

adb logcat | grep START                          *查看所有应用的包名*
adb shell monkey 1000                            (对Android系统随机做1000条测试)
adb shell monkey -p 全包名 1000                   (对某一个软件随机做1000条测试)
adb shell monkey -p 全包名 --throttle 1000 10      间隔1秒测试10条数据
adb shell monkey -s 1234 -p 全包名 1000            按以1234为种子的随机数经行测试。
adb shell monkey --ignore-crashes <event-count>   忽略应用崩溃和异常。
adb shell monkey --ignore-timeouts<event_count>   忽略应用超时事件
adb shell monkey --pct-motch                      动作事件
adb shell monkey --pct-touch                      触摸事件
adb shell monkey -f <scriptfile><event-count>     执行monkeyscript脚本
打开App,阅读手记
7人推荐
发表评论
随时随地看视频慕课网APP