monkey 工具测试应用
可以使用monkey自动化测试工具快速不断的操作应用。终端指令:
// 300 毫秒一个事件,2000个事件,跑10分钟
adb shell monkey -p com.android.deskclock -v --throttle 300 --ignore-crashes --ignore-security-exceptions --ignore-timeouts 2000
参数说明:
adb shell monkey 2000
可以使用monkey自动化测试工具快速不断的操作应用。终端指令:
// 300 毫秒一个事件,2000个事件,跑10分钟
adb shell monkey -p com.android.deskclock -v --throttle 300 --ignore-crashes --ignore-security-exceptions --ignore-timeouts 2000
参数说明:
adb shell monkey 2000