diff --git a/docs/html/guide/developing/testing/index.jd b/docs/html/guide/developing/testing/index.jd index 8ffaf5882189d..8a08959891820 100644 --- a/docs/html/guide/developing/testing/index.jd +++ b/docs/html/guide/developing/testing/index.jd @@ -18,14 +18,14 @@ page.title=Testing which guides you through a more complex testing scenario.

-
Testing in Eclipse, with ADT
+
Testing from Eclipse, with ADT
The ADT plugin lets you quickly set up and manage test projects directly in the Eclipse UI. Once you have written your tests, you can build and run them and then see the results in the Eclipse JUnit view. You can also use the SDK command-line tools to execute your tests if needed.
-
Testing in Other IDEs
+
Testing from Other IDEs
The SDK command-line tools provide the same capabilities as the ADT plugin. You can use them to set up and manage test projects, build your test application,