futurice / android-best-practices

Do's and Don'ts for Android development, by Futurice developers
Other
20.35k stars 3.37k forks source link

Espresso #56

Closed logcat closed 8 years ago

logcat commented 9 years ago

Hello

Espresso (https://code.google.com/p/android-test-kit/) is not mentioned at all. Did you have any bad experience with it?

staltz commented 9 years ago

Thanks for bringing this up! We were not so aware of Espresso before, but now that you mentioned it, looks very useful!

logcat commented 9 years ago

Unfortunately I did not use it heavily, so my opinions about it will be purely theorycraft. Espresso was discussed today at ADB podcast (there are also relevant links) http://androidbackstage.blogspot.fi/2015/04/episode-25-espresso.html

benjamin-bader commented 9 years ago

:+1: for Espresso. Great for larger-scale integration tests.

tomkoptel commented 9 years ago

Espresso is the great tool better than Robotium (IMHO).

By the way, there is exist interesting extension for espresso on the basis of RxJava - RxPresso.

peter-tackage commented 8 years ago

Progressing under #114