monkey官网:
https://developer.android.google.cn/studio/test/monkey?hl=zh-cn
基本操作
- 基本配置:配置操作数量
- 操作限制:只测指定的包
- 时间类型和出现频率
- 调试选项
基本使用
adb shell monkey 100 对所有包随机操作
adb shell monkey -p 包名 -v 100 对指定包
adb shell monkey -p 包名 -s 20 80 时间种子
adb shell monkey -p 包名 -vv -s 20 80 详细日志
时间延迟
adb shell monkey -p 包名 --throttle 5000 100
事件百分比
adb shell monkey -p 包名 --pct-touch 10 1000
–pct-touch:触摸事件,比如点击
–pct-motion:动作事件,比如滑动(直线)
–pct-trackball:轨迹事件,比如移动+点击,曲线滑动
–pct-majornav:主要导航事件,比如回退按键、菜单按键: