Send Secure Function Keys
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.
Syntax
Input: <encrypted input>
Supported formats:
Text
Static values
Dynamic Variables
Output: <Dynamic Variable> (Optional) ;< Dynamic Variable> (Optional)

Use case/Example

Scenario: Evaluating the Security of an Application's Login Process
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.
Input
In this example, input given in encrypted text for password. 2o7ZBSG4rdGpGBlgtzvX7g==
Expected Result
It should successfully log into the application.
Output
The send secure function key action accepts encrypted text and sends individual keystroke value to captured element.
Last updated
Was this helpful?