Send Keystrokes Securely
This is pre-built action in Avo Assure which is located under the @Custom element. It instructs the Avo Assure Client to accept an encrypted text and pass the decrypted value (text) to the application.
Syntax
Input: <Object Type>; <Visible text>(optional); <index>;<Encrypted Text>; <abs (optional)>
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)

Usecase/Example

Scenario
Consider a scenario where a user is testing web application to ensure that the password information entered during login is encrypted and decrypted text is correctly received by the application. For this scenario Send keystrokes Securely action used by Avo Assure. The application receives the password in plain text instead of encrypting it. It ensures data privacy and security.
Input
Textbox;1;. 2o7ZBSG4rdGpGBlgtzvX7g==
Expected Result
The Send keystrokes securely action needs to set the decrypted value to the textbox.
Output
The send keystrokes securely action performed on specified textbox element.
Last updated
Was this helpful?