如何在Android中使用Robotium编写测试用例方法
我正在为我的应用程序中的一项活动编写一个测试用例类。
该 Activity 类包含 Android 市场中应用程序的许可证检查,并且还会显示 3 秒的启动屏幕。在这里,我想测试该活动是否显示启动画面并使用 Android 中的 Robotium 仪器检查许可证。
所以请告诉我该怎么做。
I am writing a test case class for one of the activity in my application.
That Activity class contains license checking for the application in android market and also displays the splash screen for 3 seconds. Here I would like to test that activity is displaying the splash screen and checking the license using Robotium instrumentation in Android.
So please tell me how to do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要测试是否显示启动屏幕,如果您已在设置方法中设置了 Robotium 并将其单独命名,则可以尝试以下操作:
To test that your splash screen is shown, you can try this, if you have set up robotium in your setup method, and named it solo: