Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c136973a authored by Quddus Chong's avatar Quddus Chong Committed by android-build-merger
Browse files

am d642f829: am 54dee349: docs: Fixed broken urls in the UI testing training...

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.
automerge: 9dbb002c

* commit '9dbb002c':
  docs: Fixed broken urls in the UI testing training main page and revised intro to the 'Testing UI for a Single App' class.
parents abf6f48e 9dbb002c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.
+3 −3
Original line number Diff line number Diff line
@@ -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>