Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何仅在测试应用程序中运行猴子测试?如何为猴子测试设置边框。我不希望它触及我的测试应用程序中的任何按钮。
根据文档。您可以使用该选项-p将您的测试限制在特定包中。
-p
像这样的东西:
adb shell monkey -p your.package.name -v 500