Description
Use the InstrumentedWithSupportedVersion
property to check whether the tested application is prepared for testing with the current version of TestComplete.
Declaration
iOSTestedAppObj.InstrumentedWithSupportedVersion
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 can be tested with the current version of TestComplete; 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 InstrumentedWithSupportedVersion
property, see the Instrumenting iOS Applications From Scripts topic.
See Also
iOSTestedApp Object
About Tested iOS Applications
Instrumenting iOS Applications From Scripts