问题标签 [monkey-testing]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 如何防止Monkey测试按home键?
我在我的 android 应用程序上运行Monkey 测试,有什么方法可以防止它按下主页按钮?
android - 从 adb shell 运行自定义的 android monkey 测试
我已经编写了一个猴子测试 .py 文件,我只想从“adb shell”运行该文件,而不是使用 monkeyrunner 那么有没有办法从 adb shell 运行猴子测试 python 文件?
下面是猴子 --help 部分,我可以看到我们也可以运行脚本文件
我尝试使用命令运行文件adb shell monkey -f test_monkey.py
但显示错误** Error: Count not specified'
请建议需要遵循的正确方向。谢谢。