Chapter 3. Baking with Testing Recipes
This chapter provides practical examples of multiple common situations that you will encounter, by applying the disciplines and techniques described in the previous chapters. The examples are presented in an easy-to-follow manner, so you can adapt and use them for your own projects.
The following are the topics that will be covered in this chapter:
Android unit tests
Testing activities and applications
Testing databases and content providers
Testing local and remote services
Testing user interfaces
Testing exceptions
Testing parsers
Testing for memory leaks
Testing with Espresso
After this chapter, you will have a reference to apply different testing recipes to your projects for different situations.