You can encrypt text strings to make the text unreadable. Text encryption conceals the actual text entered in fields, such as passwords. Passwords are automatically encrypted during recording, but you can re-encrypt values that have been modified to plain text.
Note: Encrypted text is not secure. Do not use sensitive or confidential test data in scripts.
1. Choose Tools > Text Encryption.
The Text Encryption dialog box opens.
2. Enter the Original text.
The encrypted text is automatically generated.
3. Click Copy.
The encrypted text is copied to the clipboard.
4. Click Close when you finish.
5. Select the text to replace in the script and paste the encrypted text.
Note: You can also use the EncryptString statement to encrypt text. See EncryptString.