diff --git a/docs/html/training/testing/ui-testing/espresso-testing.jd b/docs/html/training/testing/ui-testing/espresso-testing.jd index e5e37f7e56de9..85f4ba49a77a4 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 605de220c9e9d..20422f7b424fd 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