执行点击新打开的 Activity
我编写了应用程序,当我们运行它时,它会打开设置活动。
是否可以为上述应用程序编写测试应用程序,该应用程序应在“设置活动”上执行按钮单击?
我认为机器人和仪器是可能的。
如果我错了请纠正我。
I have written application which opens Settings Activity when we run it.
Is it possible to write test application for above application which should perform button clicks on Settings Activity?
I think it is possible with robotium and instrumentation.
Correct me if i am wrong .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Robotium 进行黑盒 GUI 测试。查看此示例或这个。
You can use Robotium to do blackbox GUI testing. Check out this example or this.