summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2015-04-04 00:49:49 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-04 00:49:49 +0000
commit7abeba63b59b81a4b5d8a3edd1c54cbb037945fc (patch)
tree89bd5207a9ecd10296ca7539f377bcdba185b3fd
parent3194743890db9337412acf77edfc6924ba1dec6e (diff)
parent0d53fcadce010d50f815a007d50f0b7f7d3bce4d (diff)
downloadframeworks_base-7abeba63b59b81a4b5d8a3edd1c54cbb037945fc.zip
frameworks_base-7abeba63b59b81a4b5d8a3edd1c54cbb037945fc.tar.gz
frameworks_base-7abeba63b59b81a4b5d8a3edd1c54cbb037945fc.tar.bz2
am 0d53fcad: am d642f829: am 54dee349: docs: Fixed broken urls in the UI testing training main page and revised intro to the \'Testing UI for a Single App\' class.
* commit '0d53fcadce010d50f815a007d50f0b7f7d3bce4d': docs: Fixed broken urls in the UI testing training main page and revised intro to the 'Testing UI for a Single App' class.
-rw-r--r--docs/html/training/testing/ui-testing/espresso-testing.jd4
-rw-r--r--docs/html/training/testing/ui-testing/index.jd6
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/html/training/testing/ui-testing/espresso-testing.jd b/docs/html/training/testing/ui-testing/espresso-testing.jd
index e5e37f7..85f4ba4 100644
--- a/docs/html/training/testing/ui-testing/espresso-testing.jd
+++ b/docs/html/training/testing/ui-testing/espresso-testing.jd
@@ -60,8 +60,8 @@ trainingnavtop=true
</div>
<p>
- UI tests that involve user interactions
- within a single app help to ensure that users do not
+ Testing user interactions
+ within a single app helps to ensure that users do not
encounter unexpected results or have a poor experience when interacting with your app.
You should get into the habit of creating user interface (UI) tests if you need to verify
that the UI of your app is functioning correctly.
diff --git a/docs/html/training/testing/ui-testing/index.jd b/docs/html/training/testing/ui-testing/index.jd
index 605de22..20422f7 100644
--- a/docs/html/training/testing/ui-testing/index.jd
+++ b/docs/html/training/testing/ui-testing/index.jd
@@ -14,7 +14,7 @@ startpage=true
<ul>
<li>
- <a href="{@docRoot}/tools/testing-support-library/index.html">Testing Support Library</a>
+ <a href="{@docRoot}tools/testing-support-library/index.html">Testing Support Library</a>
</li>
</ul>
</div>
@@ -59,10 +59,10 @@ such as UI Automator, allow you to create tests for such scenarios.</li>
</ul>
<p>The lessons in this class teach you how to use the tools and APIs in the
-<a href="{@docRoot}/tools/testing-support-library/index.html">Android Testing Support Library</a>
+<a href="{@docRoot}tools/testing-support-library/index.html">Android Testing Support Library</a>
to build these types of automated tests. Before you begin building tests using these
APIs, you must install the Android Testing Support Library, as described in
-<a href="{@docRoot}/tools/testing-support-library/index.html#setup">Downloading the Android
+<a href="{@docRoot}tools/testing-support-library/index.html#setup">Downloading the Android
Testing Support Library</a>.</p>
<h2>Lessons</h2>