page.title=Best Practices for Testing page.article=true page.image=images/testing/hwtest_junit_success.png meta.tags="testing" page.tags="testing" page.metaDescription=Starting point for testing Android apps, with guidelines, information, and examples. @jd:body
Testing your app is an integral part of the app development process. Testing allows you to verify the correctness, functional behavior, and usability of your app before it is released publicly.
Learn the basics of testing your app, with information about building and running your tests with Android Studio:
Learn about the tools provided by the Android platform that help you test every aspect of your app at every level:
Learn techniques for testing your apps:
More resources for app testing: