Monkey命令

 

adb shell monkey 100 执行monkey测试100次 针对rom测试或者

 

 

 

adb shell monkey -p 包名  100

 

 

 

 

adb shell monkey -p 包名 -v 30

 

 

 

 

adb shell monkey -p 包名 -v  -v 30

 

 

 

adb shell monkey -p 包名 -v  -v  -v 30
 

 

 

adb shell monkey 100 >路径

 

 

 

monkey测试:adb shell monkey –s 10 100

 

 

adb shell monkey -p com.example.login --throttle 300 100 

 

 

adb shell monkey --pct-touch 67 -v 10

 

 

adb shell monkey --pct-motion 67 -v 10
 
 

 

 

 

 

 

 

posted @ 2020-12-22 19:51  测试——小白  阅读(75)  评论(0编辑  收藏  举报