码迷,mamicode.com
首页 > 移动开发 > 详细

移动端app性能测试——monkey

时间:2017-04-29 17:38:20      阅读:377      评论:0      收藏:0      [点我收藏+]

标签:bsp   tle   指定   ttl   .com   事件   erp   www   monkey   

一、压力测试

monkey

MonkeyScript

MonkeyRunner

 

adb shell monkey 1000

 adb logcat | gerp START获取包名和activity名

adb shell monkey -p 包名 1000

1、throttle参数

adb shell monkey --throttle<milliseconds>

2.seed参数

指定随机生成数的seed值

adb shell monkey --throttle  <milliseconds>  -s 100

3、触摸事件

设定触摸事件百分比

adb shell monkey --pct-touch <percent>

4、动作事件

adb shell monkey --pct-motion <percent>

5、轨迹球事件等略

具体见http://www.imooc.com/video/13017

6、忽略崩溃

--ignore-crashes

7、超时事件

--ignore-timeouts

 

移动端app性能测试——monkey

标签:bsp   tle   指定   ttl   .com   事件   erp   www   monkey   

原文地址:http://www.cnblogs.com/Macal/p/6785462.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!