我可以获得一些可以使用 Robotium 自动化的 Android 应用程序吗
我需要一些可以使用 Robotium 自动化的 Android 应用程序。
I need some android applications which can be automated using robotium.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以尝试这些:
http://devblog.xing.com/qa/robotium-atxing/< /a>
http://bitbar.com/blog/54/自动化 ui-测试-android-applications-robotium
You can try these:
http://devblog.xing.com/qa/robotium-atxing/
http://bitbar.com/blog/54/automated-ui-testing-android-applications-robotium
对于初学者,您可以使用记事本应用程序:
http://developer.android.com/training /notepad/index.html
祝你好运!
For starters, you can use the notepad app:
http://developer.android.com/training/notepad/index.html
Good luck!
您检查过Android SDK包中的示例吗?
我使用了一些导入工作区的示例来使用 Robotium。
您可以通过进入 Eclipse 导入任何示例项目:
File >导入>现有项目进入工作区>选择路径 (sdk\samples\android-?\sampleProject)
或者你可以这样做:
文件>新的>其他> Android 示例项目>选择Android版本>选择
我个人使用 Android 2.1 样本中的 NotePad 样本玩 Robotium 的样本
Have you checked the samples in the Android SDK package ?
I used some samples imported into my workspace to play around with Robotium.
You can import any sample project by going in Eclipse :
File > Import > Existing project into workspace > Choose the path (sdk\samples\android-?\sampleProject)
Or you can do it like this :
File > New > Other > Android Sample Project > Select Android version > Select sample
I personally played with Robotium using the NotePad sample from Android 2.1 samples