Send Secure Function Keys
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in the Avo Assure that comes for the textbox captured element. It instructs the Avo Assure client to accept encrypted text and sends the individual keystroke value into to the textbox captured element.
Input: <encrypted input>
Note:
The user gives Encrypted text or data 2o7ZBSG4rdGpGBlgtzvX7g==
To use encrypted text with the send Secure Function Keys action, encrypt the text using AES Encryption from the tool's encryption utilities.
Supported formats:
Text
Static values
Dynamic Variables
Output: <Dynamic Variable> (Optional) ;< Dynamic Variable> (Optional)
You're testing a Secure Login feature in an application. In this scenario, you are testing a web app that requires entering an encrypted password for login. The Send Secure Function Keys action is used to send the secure input to the password field. Here, you need to add an input value for the encrypted password.
In this example, input given in encrypted text for password. 2o7ZBSG4rdGpGBlgtzvX7g==
It should successfully log into the application.
The send secure function key action accepts encrypted text and sends individual keystroke value to captured element.