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
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
.