Set Secure Text
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the Table captured from the AUT Element Name. It instructs the Avo Assure Client to accept an encrypted text and pass the decrypted value into the application’s textbox, which is in the table cell and save the result in the given output variable.
Note: To provide encrypted text as input to the set Secure Text Action, the user should encrypt the required text using “AES Encryption” from the tool encryption utilities.
Input: <Row>;<Col>;<Object Type>;<index>;<Encrypted text>
For above Syntax user need to give the row number and column number of which table cell user wants to pass encrypted text, Object type (it could be textbox), index (Element Index of the cell) and the encrypted text to be set.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
You are testing a customer account management system. In the system, there is a table displaying user accounts, with one column containing a "Password" field. The Password field is stored in the system in an encrypted format for security purposes. However, during the testing process, you need to pass the decrypted password into the Password textbox for a specific user in the table.
The Set Secure Text needs to enter encrypted text into the appropriate Password textbox in the table.
2;2;textbox;1;U2FsdGVkX19Pcm1YxCdrJw==
The "Set Secure Text" Action needs to securely enter the encrypted text into the Password textbox in the second row and second column of the user accounts table.
The "Set Secure Text" Action is securely passing encrypted sensitive information (such as a password) into a textbox in a table cell during test automation.