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脚本
点击查看更多内容
7人点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦