Description
Use the KeystorePassword
property to set the password used to access the Android certificate keystore. You can use this property to specify parameters for instrumenting your Android application from scripts.
Declaration
AndroidTestedAppObj.KeystorePassword
Read-Write Property | String |
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
A string containing the password for the keystore used to instrument your Android application.
Example
For an example of using the KeystorePassword
property, see the Instrumenting Android Applications From Scripts topic.
See Also
AndroidTestedApp Object
About Tested Android Applications
UseCustomCertificate Property
Instrumenting Android Applications From Scripts