I am trying to test an Android application using Espresso FW, and I solved the problem with making an asynchronous HTTP request.
How can I verify that the application (activity) is waiting for a processing request and after receiving a response, the next action is displayed with a result or error message?
I tried to find some solution on how to do this in Espresso with testing data from a test server, but without any luck.
Thanks so much for any advice, example or link.
source share