This undoes the automerger skip which occured in
commit e740c84dc3 and
replays it as a standard (NOT -s ours) merge.
Change-Id: If5a47be26f73d6a0735c425cd66310a3e2a89086
20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
page.title=Testing
|
|
@jd:body
|
|
|
|
<p>Android provides an integrated testing framework that helps you test all aspects
|
|
of your app. The Android <a href="{@docRoot}sdk/installing/index.html">SDK</a> and
|
|
<a href="{@docRoot}tools/testing-support-library/index.html">Testing Support Library</a> include
|
|
tools and APIs for setting up and running test apps within an emulator or on the device you are
|
|
targeting. You can build and execute tests whether you are working in Android Studio or working
|
|
from the command line.</p>
|
|
|
|
<p>To familiarize yourself with mobile app testing in Android, start by reading these resources:</p>
|
|
<ul>
|
|
<li><a href="{@docRoot}tools/testing/testing_android.html">Testing Concepts</a>: Learn key
|
|
concepts related to Android app testing and get an overview of the testing tools and APIs
|
|
that Google provides.</li>
|
|
<li><a href="{@docRoot}training/testing/start/index.html">Getting Started with Testing</a>: Learn
|
|
how to build and run your tests, step-by-step, using the testing APIs and tools that
|
|
Google provides.</li>
|
|
</ul>
|