Android 的 Robotium 测试用例

发布于 2024-12-02 18:17:40 字数 104 浏览 6 评论 0原文

所有..我是 JUnit 测试用例的新手。我想在 android .apk 上编写 junit 测试用例,而不使用源代码。因为我没有源代码。

请挑衅我。 感谢您提前提供的帮助。

All.. I am new to JUnit TestCases. I want to write junit test cases on android .apk ,with out using source code. Because i don't have source code.

Please Provoke me.
Thank for ur Help in Advance.

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

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

发布评论

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

评论(2

小巷里的女流氓 2024-12-09 18:17:40

Robotium 用于黑盒测试。

我假设您是 Robotium 新手,在这种情况下,请参阅入门页面,

以及使用 Robotium 测试 Android APK 文件教程。

Robotium is used for black-box testing.

I assume you are new to Robotium, in that case, refer to the Getting Started page,

And the Test Android APK File With Robotium Tutorial.

顾挽 2024-12-09 18:17:40

Prerequisite for testing .apk file w/o source code
- package name
- its starting activity class name
- signature (.keystore) file of the target .apk file

Steps :
1. Read the docs at http://robotium.googlecode.com/files/RobotiumForBeginners.pdf
2. In your AndroidTestProject make sure you add the .keystore file

In eclipse goto Window->Preferences->Android->Build->Custom debug keystore

3. Make sure the target packages and starting intent activity files are replaced.
4. In the AndroidManifest.xml file specify the targetPackage as same as target package.

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