Sometimes, it is necessary to have high level, end to end, UI automation tests on an android application to ensure that features work as expected in “real world” production environments.
UI Automator is a library that can be used to implement this kind of test.
In this post, I...