Set secure text
This is a pre-built Action located under the Captured Textbox Element from the Desktop Application. The functionality of this Action in Avo Assure is to set the encrypted text into the textbox during test execution.
Syntax
Input value: <encrypted text>
<Encrypted Text>
(Required)
Provide the encrypted string to enter into the textbox.
Note: To use encrypted text with the Set Secure Text action, first encrypt the text using AES Encryption from the tool's encryption utilities. For more information, click here.
Output value: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
<Dynamic Variable> (Optional);<Dynamic Variable>(Optional)
Both dynamic variable stores the status as True or False.
Example: Entering Encrypted Text into a Secure Input Field
In this example, we explain how to input encrypted text into a secure field using the Set Secure Text action.
Action: Set secure text
Input Value: 2o7ZBSG4rdGpGBlgtzvX7g==
The input value (2o7ZBSG4rdGpGBlgtzvX7g==) represents the encrypted text entered into the secure input field (e.g., Password).
Output Value: {Status}
The result of the entering encrypted text is stored in this {Status} dynamic variable with the following possible values:
True: If the secure text is entered successfully.
False: If the secure text is not entered successfully.
Logical Explanation: The Set secure text action reads the encrypted value from the Input Value column (2o7ZBSG4rdGpGBlgtzvX7g==) decrypts it, and inputs the resulting text into the specified secure field. The execution result is stored in the {Status} variable as true.

Last updated