verifyLinkText
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Input: <Object Type>;<Visible text>;<index>;<abs(Optional)>
Output: <Dynamic Variable>(optional);<Dynamic Variable>(Optional)
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.
Link;;1;Reset.
The verifyLinkText action needs to verify the link text against the input value and store the status in the {Result} output variable.
The verifyLinkText action performed on provided Link in input value and saves the status in the {Result} output variable as True.