From 54dee349976eaafe7df3a2bb48e9fce2b964a7f0 Mon Sep 17 00:00:00 2001 From: Quddus Chong Date: Fri, 3 Apr 2015 17:06:28 -0700 Subject: docs: Fixed broken urls in the UI testing training main page and revised intro to the 'Testing UI for a Single App' class. Change-Id: I0e2a49b639101a7607e8e90cf830d9d449ad6328 --- docs/html/training/testing/ui-testing/espresso-testing.jd | 4 ++-- docs/html/training/testing/ui-testing/index.jd | 6 +++--- 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 e5e37f7e56de..85f4ba49a77a 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

- 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 605de220c9e9..20422f7b424f 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

@@ -59,10 +59,10 @@ such as UI Automator, allow you to create tests for such scenarios.

The lessons in this class teach you how to use the tools and APIs in the -Android Testing Support Library +Android Testing Support Library 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 -Downloading the Android +Downloading the Android Testing Support Library.

Lessons

-- cgit v1.2.3-59-g8ed1b