verifyLinkText
This is pre-built action in Avo Assure which is located under @Custom element. It instructs the Avo Assure Client to verify the link text specified in the input against the value provided and store the status (True or False) in the output variable.
Syntax:
Input: <Object Type>;<Visible text>;<index>;<abs(Optional)>
Output: <Dynamic Variable>(optional);<Dynamic Variable>(Optional)

Use case/example:

Scenario: Verify Link Text on a Reset Password
Consider a scenario where a user is testing web application and where user wants to check reset password link. For this scenario, the verifyLinkText action is used by Avo Assure. It helps to check whether the Reset password link shows the correct text as per specified in the input value.
Input
Link;;1;Reset.
Expected Result
The verifyLinkText action needs to verify the link text against the input value and store the status in the {Result} output variable.
Output
The verifyLinkText action performed on provided Link in input value and saves the status in the {Result} output variable as True.
Last updated
Was this helpful?