If you are a developer with some Android knowledge, but you do not know how to test your applications using Android Studio, this book will guide you. It is recommended that you are familiar with Android Studio IDE.
What you will learn
Control the execution of your Android application by working with the debugging environment in Android Studio
Mitigate the existing vulnerabilities in Android applications
Create unit tests to verify the state and behavior of an activity
Use local storage and encryption appropriately to preserve the privacy of your application data
Ensure that communications between your applications and external servers are safe by protecting network connections
Choose the appropriate authentication method for your Android application
Set up the test environment to create test cases
Create functional tests to check the interaction between components