To create automated object-based tests for your Android application, you need to instrument the application.
If an application is instrumented, TestComplete can recognize individual controls in the application and you can use control-specific methods and properties that TestComplete provides to simulate user actions in your tests.
This section provides instructions on how to instrument applications manually in various Android development tools.
In This Section
Explains how you can instrument Android applications manually in the Eclipse IDE.
Explains how you can instrument Android applications manually in Android Studio.
Related Topics of Interest
Instrumenting Android Applications - Overview
Explains why it is necessary to instrument Android applications.
See Also
Preparing for Testing Android Applications
Preparing Android Applications