-
Notifications
You must be signed in to change notification settings - Fork 17
Testing
Code Apprentice edited this page Feb 4, 2016
·
4 revisions
The following libraries should be used for new tests. Please choose the tools which are most appropriate for the exact features you are testing.
Testing Support Library:
https://google.github.io/android-testing-support-library/docs/index.html
http://developer.android.com/intl/es/tools/testing-support-library/index.html
Espresso:
http://developer.android.com/training/testing/ui-testing/espresso-testing.html
http://qathread.blogspot.com/2015/05/espresso-uiautomator-perfect-tandem.html
UI Automator:
http://developer.android.com/training/testing/ui-testing/uiautomator-testing.html
Local Unit Tests:
http://developer.android.com/intl/es/training/testing/unit-testing/local-unit-tests.html
#Table of Contents
-
Developer Documentation
-
User Documentation