Android UI 测试:Monkey 只停留在几个 Activity 中

发布于 2024-10-04 17:24:52 字数 138 浏览 5 评论 0原文

我一直在尝试使用 Monkey 对我的应用程序的 UI 进行压力测试。

我注意到随机击键无法遍历我的应用程序的所有活动。相反,它只是在其中几个之间不断循环。

你们有什么策略可以帮助 Monkey 遍历所有的 Activity 吗?

I've been trying to use Monkey to stress test the UI of my application.

What I've noticed is that the random key strokes are not able to traverse all the Activities of my application. It instead just keeps looping between a few of them.

Is there any strategy which you guys use to help Monkey traverse all the Activities?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

川水往事 2024-10-11 17:24:52

根据文档,默认情况下,猴子应该在所有活动和包之间导航,尽管这会以随机方式发生。因此,不能排除某些活动未被调用的可能性

希望您在运行它时没有设置任何约束。如果没有,请尝试列出约束中未调用的活动,然后运行该工具

http ://developer.android.com/guide/developing/tools/monkey.html

AS per the documentation by default monkey should navigate between all activities and packages though this would happen in a random fashion. Hence the probability of some activities not being called cannot be ruled out

Hope you have not set any Constraints while running it. If not try listing the activities that are not being called in Constraints and then run the tool

http://developer.android.com/guide/developing/tools/monkey.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文