Set Secure Text
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to set the encrypted text to the specified Object in Input Value.
Input: <Object Type_Input>; <Visible text>;<index>; <Encrypted Text>; <abs (optional)>
For above syntax user needs to gives specific Object type, visible text of the object (optional) along with element index of the object, encrypted text (the user should encrypt the required text using “AES Encryption” from the tool encryption utilities.) for which needs to be set for the object and abs.
Note: if for last argument abs is defined then the Action must be executed with absolute preformation with the specified visible text in the input.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
A user is testing a login form on a secure website where the password field needs to accept an encrypted or hidden password input. The "Set Secure Text" Action is used to simulate entering a password into a field, while ensuring the input text is treated as secure (i.e., hidden or encrypted).
The Avo Assure will use the "Set Secure Text" Action to set an encrypted password into the password field and ensure that it remains hidden.
textbox;;1;rsgjt[9shfoqj/uire==
The Set Secure Text Action needs to set the encrypted string to the textbox.
'The "Set Secure Text" Action successfully sets the encrypted password in the password field, and the input remains secure (masked). The test passes as password is correctly entered into the field in an encrypted or hidden form.