diff options
| author | Quddus Chong <quddusc@google.com> | 2015-04-04 01:27:53 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-04 01:27:53 +0000 |
| commit | 5551eee918af77a8d4980a9993f4c49c05bcf88c (patch) | |
| tree | 5ed15dc0184b49de6a30a559466e928ee794179e /docs/html/training/testing/ui-testing/espresso-testing.jd | |
| parent | 5cd2e669252f79e30a7a1e20cb87be1ca1f3ae36 (diff) | |
| parent | 6f403e695163a03fcaff8fd32e2c007aa0268e7f (diff) | |
| download | frameworks_base-5551eee918af77a8d4980a9993f4c49c05bcf88c.zip frameworks_base-5551eee918af77a8d4980a9993f4c49c05bcf88c.tar.gz frameworks_base-5551eee918af77a8d4980a9993f4c49c05bcf88c.tar.bz2 | |
am 6f403e69: am d093ad1a: am 7abeba63: 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 '6f403e695163a03fcaff8fd32e2c007aa0268e7f':
docs: Fixed broken urls in the UI testing training main page and revised intro to the 'Testing UI for a Single App' class.
Diffstat (limited to 'docs/html/training/testing/ui-testing/espresso-testing.jd')
| -rw-r--r-- | docs/html/training/testing/ui-testing/espresso-testing.jd | 4 |
1 files changed, 2 insertions, 2 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. |
