Android: Espresso test for lock screen/main screen

前端 未结 1 1788
长发绾君心
长发绾君心 2021-01-23 17:16

When I run my app I have a banner notification pop up on certain dates alerting the user of app activity. When the user double clicks this they\'re taken to the app. Also, on th

1条回答
  •  一向
    一向 (楼主)
    2021-01-23 17:30

    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.

    0 讨论(0)
提交回复
热议问题