1. sendSecureKeys Keyword

Why was this developed?

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.

What is the Goal?

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.

How does it look?

How does it work?

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 the 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.

How can I get this?

If the user upgrades to the latest version of Avo Assure to 23.1.5, this feature will be available automatically.

Last updated