Further reading
- This book assumes a basic understanding of how to test Android apps. To learn more, please refer to Test apps on Android at https://developer.android.com/training/testing.
- JUnit in Action by Catalin Tudose (Manning Publications, 2020, ISBN 978-1617297045) is a thorough introduction to the latest version of the JUnit testing framework.
- If you want to learn more about test automation, you may want to look at Complete Guide to Test Automation: Techniques, Practices, and Patterns for Building and Maintaining Effective Software Projects by Arnon Axelrod (Apress, 2018, ISBN 978-1484238318).
- To get an insight into the test pyramid metaphor, you may want to refer to The Practical Test Pyramid by Ham Vocke, available at https://martinfowler.com/articles/practical-test-pyramid.html.