VerifyElementText
Last updated
Last updated
The VerifyElementText Action in the Avo Assure is found under the @Custom Element. It instructs the Avo Assure Client to verify if the element text on the object is the same as specified in the input and save the result in output variable.
Input: <ObjectType>;<Visible Text (Optional)>;<Index>;<Input 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 input text.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
The user is testing the invoice processing transaction in SAP GUI, where the "Document Status" field is expected to display "Completed" once the invoice is successfully processed. By using the VerifyElementText action in Avo Assure, the user can verify the "Completed" text from the message field to ensure the text is correct or not.
textbox;;2;Completed
The verifyElementText Action should verify the text and save the result in output variable as Completed.
The verifyElementText Action is verify the text and save the {result} in output variable as Completed and the {status} as True.