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 .
Syntax
Input: <encrypted input>
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?