Android: Espresso test for lock screen/main screen

僤鯓⒐⒋嵵緔 提交于 2019-12-02 03:08:09

You'll be able to click on notifications using UIAutomator testing framework

Once you click on a notification and open your app, you would be able to proceed with Espresso test in one test case.

In my post - Espresso & UIAutomator - the perfect tandem, I'm describing how to combine Espresso with uiautomator.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!