Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure that comes for the Captured Textbox Element, instructs Avo Assure to accept an encrypted text and send the decrypted value into the application and save the result in dynamic variable.
Input Value: <Encrypted Text>
Note: To use encrypted text with the Set Secure Text action, first encrypt the text using AES Encryption from the tool's encryption utilities.
Example
Inputs encrypted text into a secure input field.
The Set Secure Text action takes the value from the Input Value column (e.g.,2o7ZBSG4rdGpGBlgtzvX7g==) and enters the decrypted content into the specified secure input field. The result of the action is stored in any dynamic {SecureText} variable, with the following possible values:
True – If the Secure text is entered successfully.
False – If the input fails or an error occurs.
<Encrypted Text> (Required)
The encrypted string to be decrypted and entered into the textbox.
Supported formats:
Text
Static variables
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This variable holds the status as True or False