I am testing an Android application using Instrumentation, Espresso and Robotium. The flow I need to test is the following:
Now, everything is fine till the step 4, at that point I have no idea on how to open the Email application to click the link, is there a way to do it, or to mock it eventually?
One of the solution is to use uiautomator for this. It has everything you need to open email app and click the link.