Android测试,可视化触摸事件
我想编写一个自动化测试,它用圆形标记可视化触摸和拖动事件(这些事件由测试应用程序发送)。有没有办法使用原来的Android测试框架来做到这一点?机器人怎么样?请提供一些源代码。多谢。
I would like to write an automated test, which visualizes the touch and drag events (those were sent by the test app) with a circular marker. Is there any way to do it using the original Android testing framework? What about robotium? Please provide some source code. Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
启动
开发工具
应用程序,在开发设置
中设置指针位置。然后,您将能够通过屏幕上绘制的蓝色十字看到您的触摸位置。
Launch
Dev Tools
application, inDevelopment Settings
set Pointer Location.Then, you will be able to see where your touches go by a blue cross drawn on the screen.