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 help you set up and run your tests within an emulator or the device you are targeting. The documents listed below explain how to work with the tools in your development environment.
If you aren't yet familiar with the Android testing framework, please read the topic Testing Fundamentals before you get started. For a step-by-step introduction to Android testing, try the Hello, Testing tutorial, which introduces basic testing concepts and procedures. For a more advanced tutorial, try Activity Testing, which guides you through a more complex testing scenario.
android
tool to create and manage test projects, the Ant build system
to compile them, and the adb
tool to install and run them.