使用 Robotium 进行 Android 测试中 Solo.call 和 solo.endcall 的使用
我是一个相当新的android测试者。我正在使用 Robotium 来测试应用程序。我想知道 CALL 和 ENDCALL 字段的用法。我无法使用该字段结束呼叫。 请建议我这个..
I am quite new android testing. Iam using robotium for testing application. I want to know the usage of the CALL and ENDCALL fields .I am not able to end call using the field.
Please suggest me on this..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这两个已从 Robotium 2.0 中删除,只是因为用户在使用它们时遇到了所有问题。出于安全原因,如果其他应用程序没有相同的证书并且未在测试项目的 AndroidManifest.xml 中定义,则不允许与其他应用程序交互。这两个尝试做的是启动并控制联系人应用程序。由于安全原因引入了问题。我的建议是更新到 Robotium 2.0 并停止尝试使用它们。
/瑞纳斯
Those two have been removed from Robotium 2.0 just because of all the problems that users have experienced with them. Due to security reasons one is not allowed to interact with other applications if they do not have the same certificate singing and are not defined in the AndroidManifest.xml of the test project. What those two try to do is to start and control the contacts application. Due to security reasons that introduces problems. My advice would be to update to Robotium 2.0 and stop trying to use them.
/Renas