常用Monkey语句

Monkey环境搭建

Android使用模拟器
IOS使用Xcode

#使用devices检测手机是否连接正常
adb devices

#安装APK到手机
adb install ‪"地址".apk

#覆盖安装
adb install -r ‪"地址".apk

#卸载指定APP
adb shell pm uninstall -k "包名"

#这个程序包单独进行500次的monkey测试
adb shell monkey –p "包名" –v 500

# 忽略崩溃
adb shell monkey --ignore-crashes 1000    

#忽略超时
adb shell monkey --ignore-timeouts 1000

#指定事件延迟1000ms
adb shell monkey --throttle 1000 1000

#指定触摸事件百分比10%
adb shell monkey --pct-touch 10 1000

#手势事件
–pct-motion 

#触摸事件
–pct-touch

#二指缩放事件
–pct-pinchzoom

#app切换
pct-appswitch


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值