我可以将 Robotium 用于我的测试应用程序吗?
我有 .apk(处于测试版,即我们应用程序的 apk)未进入 Android 市场。
我可以使用 robotsium 来测试测试环境 apk 还是仅测试 Android 市场 apk?我没有源代码..
谢谢 钱德拉
I am having .apk (which is in beta version i.e it is our application's apk) which did not go to Android Market..
can i use robotium for testing the test environment apk or only the android market apk? I dont have the source code..
Thanks
Chandra
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,你可以。您只需要确保您的测试应用程序具有与 AUT 相同的签名。以下是相关文档:http://code.google.com/p/robotium/ wiki/RobotiumForAPKFiles
希望有帮助。
Yes, you can. You just need to make sure that your test application has the same signature as your AUT. Here is the documentation for that: http://code.google.com/p/robotium/wiki/RobotiumForAPKFiles
Hope that helps.
您只需使用您自己的密钥库用新签名对其进行签名即可。要获取源代码,需要使用java反编译器和APK工具。
You just have to sign it with a new signature using your own keystore. To get the source code, you need to use java decompiler, and APK tool.