Tips for maximizing value from Android tests
- Core principles of testing
- Write once, run everywhere: shared tests with Robolectric + AndroidX Test
- Robot pattern for UI tests
https://www.meetup.com/Android-Meetup/events/264205264/
Linked resources in slides:
- Frictionless Android testing: write once, run everywhere (Google I/O '18)
https://www.youtube.com/watch?v=wYMIadv9iF8
- Testing Android Apps at Scale with Nitrogen (Android Dev Summit '18)
https://www.youtube.com/watch?v=-_kZC29sWAo
- Instrumentation Testing Robots by Jake Wharton
https://academy.realm.io/posts/kau-jake-wharton-testing-robots/
- Demo application
https://github.com/ssaqua/WallPad