verifyWebImages
Last updated
Last updated
This action in Avo Assure is designed for image comparison. It directs the Avo Assure Client to compare an image captured from the web page (AUT) with another image specified by the input path. The result of the comparison (True or False) is then stored in the output variable.
Input: <image path>
Image path: The path of an image which user wants to compare with captured Image.
Output: <Dynamic Variable>(Optional) ;< Dynamic Variable> (Optional)
Consider a scenario where you are testing an e-commerce website. Where the user wants to compare web images. For this scenario, the verify web images action is used from Avo Assure. This action enables the user to compare the captured image and referenced image. [Upload by user] It ensures that both images are similar or not.
Input: The user gives an image path as C:\Users\John.smith\test\sample.png
Expected output: It should verify the captured image and image present at the path specified in input value and store the status in {Result} output variable.
Output: The action performed and saves the status in {Result} output variable as True.