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 whether the application is compatible with your TestComplete version. |
Declaration
iOSTestedAppObj.Instrumented
Read-Only Property | Boolean |
iOSTestedAppObj | An expression, variable or parameter that specifies a reference to an iOSTestedApp object |
Applies To
The property is applied to the following object:
Property Value
True
if the application is instrumented; false
otherwise.
Note: | This property also returns false if the application has already been instrumented in Xcode. In this case, do not instrument the application. |
Example
For an example of using the Instrumented
property, see the Instrumenting iOS Applications From Scripts topic.
See Also
iOSTestedApp Object
About Tested iOS Applications (Legacy)
Instrumenting iOS Applications From Scripts (Legacy)