Set Secure Text IRIS

This is a pre-built action which comes for the element captured from the Desktop AUT using IRIS method. It instructs the Avo Assure Client to pass the encrypted text to the testbox .

Note: For encryption a user can make the use of encryption feature of Avo Assure present in the utilities tab of the left pane in the landing page.

Syntax 

Input: <encrypted input>

Note: Data needs to be encrypted using AES Encryption method

Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Usecase/Example

Scenario: The Set Secure Text IRIS action enters the encrypted password into the secure field

The scenario involves testing a secure login page where the password is encrypted in the form of secure text (e.g., for safety, the password field is protected from being exposed during the input process). The Set Secure Text IRIS action is used to pass the encrypted value of password (testpassword123) into the secure password text field.

Input

/EfNVREyI0yGwzLln+4p5Q==

Expected Result

The action needs to enter the encrypted input Text to the password field.

Output

The Set Secure Text IRIS Action takes Encrypted text and to the Password field.

Last updated

Was this helpful?