Summary
In this chapter, you learned about testing in Android. You developed black-box testing for your user interface. You also learned how to create a test case for your application UI and how you can run it on a device.
In the next chapter, you will learn more about testing in Android. You will develop test cases to evaluate the activities of your application. You will use unit and functional tests and set up the testing environment using Android Studio.