如何从Android测试发送触摸事件?

如何从Android测试发送触摸事件?,第1张

概述在documentation中指出AndroidtestcaseclassesforactivitiesextendJUnitandalsoconnectyoutotheapplicationundertestwithinstrumentation.YoucansendkeystrokeortoucheventsdirectlytotheUI.我没有找到如何发送触摸事件的描述,请提出建议.

在documentation中指出

AndroID test case classes for activitIEs extend JUnit and also connect
you to the application under test with instrumentation. You can send
keystroke or touch events directly to the UI.

我没有找到如何发送触摸事件的描述,请提出建议.

解决方法:

TouchUtils类上使用各种方法.引用JavaDocs:

Reusable methods for generating touch events. These methods can be used with InstrumentationTestCase or ActivityInstrumentationTestCase2 to simulate user interaction with the application through a touch screen.

总结

以上是内存溢出为你收集整理的如何从Android测试发送触摸事件?全部内容,希望文章能够帮你解决如何从Android测试发送触摸事件?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1210724.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-04
下一篇 2022-06-04

发表评论

登录后才能评论

评论列表(0条)

保存