1. sendSecureKeys Keyword
Last updated
Last updated
In earlier versions of Avo Assure, the "sendSecureValue" keyword could not send the user's input while the device was in sleep mode. This presented a considerable challenge for users who needed to send sensitive data during such instances.
The Avo Assure team has introduced the "sendSecureKeys" keyword, which enables users to send encrypted input while the device is in sleep mode. Note: The sendSecureKeys keyword is applicable for the CI/CD Execution.
Description: This keyword or action instructs Avo Assure Client to accept an encrypted text and send the individual keystrokes to the application.
Note: To provide encrypted text as input to sendSecureKeys keyword, the user should encrypt the required text using “AES Encryption” from the tool encryption utilities.
Find the snippet of the keyword below:
In the above example, the decrypted text will be entered in the specified textbox after the test case debugs.
If the user upgrades to the latest version of Avo Assure to 23.1.5, this feature will be available automatically.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
sendSecureKeys
<Encrypted Text>
(Optional)
Text
Static Values
Dynamic Variables