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

Commit 3e3fcf98 authored by Joe Malin's avatar Joe Malin
Browse files

Testing Documentation in the Dev Guide tab

Change-Id: I36cb020642a7f094d2070509abb280c7c88f607f
parent fc40701c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
page.title=Testing Overview
@jd:body

<p>
    Android includes powerful tools for setting up and running test applications.
    Whether you are working in Eclipse with ADT or working from the command line, these tools
@@ -9,7 +8,7 @@ page.title=Testing Overview
</p>
<p>
    If you aren't yet familiar with the Android testing framework, please read the topic
    <a href="{@docRoot}guide/topics/testing/testing_android.html">Testing and Instrumentation</a>
    <a href="{@docRoot}guide/topics/testing/testing_android.html">Testing Fundamentals</a>
    before you get started.
    For a step-by-step introduction to Android testing, try the <a
    href="{@docRoot}resources/tutorials/testing/helloandroid_test.html">Hello, Testing</a>
Loading