如何在多个设备中运行 Robotium 自动化测试用例

发布于 2024-12-21 15:22:47 字数 69 浏览 2 评论 0原文

我已经准备好在单个设备中工作的测试脚本。现在我必须在多个设备中运行我的测试用例。有没有解决方案。或者我必须使用任何构建工具。

I have my test scripts ready which work in single device.. Now i have to run my testcases in multiple device.. Is there any solution for that.. or i have to use any build tool for that.

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

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

发布评论

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

评论(1

烟凡古楼 2024-12-28 15:22:47

您可以将要测试的设备连接到 adb 服务器,然后在测试脚本中针对每个设备:

adb -s <devices ip>:<port>

通过在脚本中使其通用,您可以明智地了解如何循环连接的设备。

You can connect the devices you want to test to the adb server, then in your test scripts target each device:

adb -s <devices ip>:<port>

You could be smart about how you cycle through the connected devices, by making it generic in your script.

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