我可以使用 Robotium 关闭外部应用程序吗?
我有我的 Android 应用程序,有 4 个按钮。他们每个人都调用一个应用程序,例如 Facebook 应用程序、Twitter 应用程序、默认电子邮件应用程序和电话。
当我使用 Robotium 测试这些按钮时,是否可以从测试脚本中关闭外部应用程序?
I have my Android app and there are 4 buttons. Each of them calls an application like
Facebook app, Twitter app, default email app and phone call.
When I am testing these buttons with Robotium, is it possible to close the external applications from within the test script?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Robotium 没有原生方式能够同时与多个应用程序交互。请参阅此问题。看来他们也有类似的问题。
There is no native way for robotium to be able to interact with multiple applications at once. See this question. It seems like they had a similar issue.