Application stability is a top application quality indicator. Poor stability leads to low user ratings in Android PlayStore, which in turn lowers the application’s overall rating and reduces the downloads. In order to keep applications stable, the Android platform provides a tool called monkeyrunner ( https://developer.android.com/studio/test/monkeyrunner ) to test the application from the stability side.
Unfortunately, monkeyrunner is not integrated into Espresso or the UI Automator framework, which makes it almost useless for applications that ...