摘要:
查看设备连接: adb devices 查看包名:adb shell pm list packages -3 adb shell monkey -p 包名 --throttle 100 --pct-touch 70 --pct-motion 5 --pct-nav 0 --pct-trackball 阅读全文
摘要:
monkey测试: 1.app连续启动 测试标准:冷启动时间不超过1.5s, 热启动不超过1s. 冷启动: bogon:Monkey summer$ adb shell am start -W 包名/进程名 热启动: bogon:Monkey summer$ adb shell am start - 阅读全文