有人使用 Robotium 或 Calculon 来测试 Android 应用程序吗?
有人使用 Robotium 或 Calculon 来测试 Android 应用程序吗?它们有用吗?有什么建议比较好吗?
Has anyone used Robotium or Calculon for testing Android apps? Are they useful? Any recommendations on which is better?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会选择 Robotium,因为 Calculon 仍处于非常早期的阶段。以下是 Calculon 作者的评论:
我今天玩过 Robotium,它确实让编写功能测试变得很有趣。 您了解一下,以下是 API 中的一些方法亮点:
以下是《入门指南》中的代码示例:
为了让 如果您要编写 ActivityInstrumentationTestCase2 类,请尝试一下。请查看入门指南以获取说明。
I'd go with Robotium since Calculon is still in very early stages. Here's a comment from Calculon's author:
I've played with Robotium today, it definitely makes writing functional tests fun. To give you an idea, here are a few method highlights from the API:
Here is a code sample from the Getting Started Guide:
Definitely give it a try if you're going to write ActivityInstrumentationTestCase2 classes. Check out the Getting Started guide for instructions.