Description
Use the Instrumented
property to check whether the tested application is prepared for testing with TestComplete.
Note: | The application may be instrumented for a different TestComplete version. Use the InstrumentedWithSupportedVersion property to check if the application is compatible with your TestComplete version. |
Declaration
AndroidTestedAppObj.Instrumented
Read-Only Property | Boolean |
AndroidTestedAppObj | An expression, variable or parameter that specifies a reference to an AndroidTestedApp object |
Applies To
The property is applied to the following object:
Property Value
True
if the application is instrumented; false
otherwise.
Example
For an example of using the Instrumented
property, see the Instrumenting Android Applications From Scripts topic.
See Also
AndroidTestedApp Object
About Tested Android Applications
Instrumenting Android Applications From Scripts