verifyWebImages
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built action in Avo Assure which is located under the @Custom element. It instructs the Avo Assure Client to compare the image on the web images specified in the input against the image path specified in input value and store the status of action (True or False) in the output variable.
Input: <Object Type>;<Visible text>(optional);<index>;<Imagepath>;<abs(Optional)>
Note: Image path: The path of the image which user wants to compare with image which provided in input value.
Output:
<Dynamic Variable>(optional);< Dynamic Variable> (Optional)
Consider a scenario where a user is testing an E commerce application and where user wants to check the images on web pages are functioning correctly. For this scenario, verifyWebImages action used by Avo Assure. It ensures that product images are accessible properly for users.
Image;;0;.
The verifyWebImages action needs to compare the images on the web images against the image path provided in the input value and store the status in the {Result} output variable.
The verifyWebImages action performed on provided images in input values and saves the status in the {Result} output variable as True.