SetSecureText
Last updated
Last updated
The SetSecureText Action in the Avo Assure is found under the @Custom Element. It instructs the Avo Assure Client to set the encrypted text to the text field as specified in the input and save the result (True/False) in output variable.
Input: <ObjectType>;<Visible Text (Optional)>;<Index>;<Encrypted text>
Note: The user needs to provide the type of object, its visible text of the element (if needed), it’s element index, and its encrypted text.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
User is automating the login process for SAP GUI, where the password field requires securely entering an encrypted password to prevent exposing sensitive data. The SetSecureText Action is used in Avo Assure to securely input the encrypted password into the "Password" field during the login, ensuring data confidentiality and compliance with security standards during testing.
textbox;;3; AQkD6K774JM1X6vMdEnF8Q== (Encrypted text)
The encrypted password is securely entered into the "Password" field and save the result in output variable.
The encrypted password is securely entered into the "Password" field and save the {result} in output variable as True.