android monkey自动遍历测试
程序员文章站
2022-06-24 10:05:23
android monkey遍历自动测试1. monkey命令adb shell monkey -help 查看帮助命令adb shell monkey n 对所有包随机操作adb shell monkey -p com.android.settings n 对指定包adb shell monkey -p com.android.settings -s 20 80 时间种子adb shell monkey -p com.android.settings -vv 20 80详细日志时间延迟(5...
https://blog.csdn.net/weixin_45912307/article/details/109393436
1. monkey命令
-
adb shell monkey -help
查看帮助命令 -
adb shell monkey n
对所有包随机操作 -
adb shell monkey -p com.android.settings n
对指定包 -
adb shell monkey -p com.android.settings -s 20 80
时间种子 -
adb shell monkey -p com.android.settings -vv 20 80
详细日志 - 时间延迟(5s 延时)
adb shell monkey -p com.android.settings --throttle 5000 100
- 事件百分比
adb shell monkey -p com.android.settings --pct-toch 10 1000
2. 常用事件--pct-touch
触摸事件,如点击--pct-motion
动作时间,如滑动(直线)--pct-trackball
轨迹事件,如移动+点击,曲线滑动--pct-majornav
主要导航事件,如回退按钮、菜单按钮
本文地址:https://blog.csdn.net/weixin_45912307/article/details/109393436
推荐阅读
-
实现android自动化测试部署与运行Shell脚本分享
-
android压力测试命令monkey详解
-
android自动化测试知识点总结
-
Appium python自动化测试系列教程之关于Android知识的讲解(三)
-
AS+Appium+Java+Win自动化测试之Appium的Java测试脚本封装(Android测试)
-
Android Studio 3.0+ Record Espresso Test 自动化测试
-
appium+python android自动化测试
-
1.Appium自动化测试-android:环境搭建
-
Python+Appium自动化测试-使用Android模拟器(详细)
-
基于 Appium 的 Android UI 自动化测试