我可以将 Robotium 用于我的测试应用程序吗?

发布于 2024-12-18 11:16:26 字数 130 浏览 2 评论 0原文

我有 .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 技术交流群。

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

发布评论

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

评论(2

生死何惧 2024-12-25 11:16:26

是的,你可以。您只需要确保您的测试应用程序具有与 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.

ˉ厌 2024-12-25 11:16:26

您只需使用您自己的密钥库用新签名对其进行签名即可。要获取源代码,需要使用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.

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