Verify Exists IRIS

This is a pre-built action which comes under the element captured from the Desktop AUT using IRIS method. It instructs the Avo Assure Client to verify whether the element captured as an image exists in the Desktop AUT and save the result as True/False in the output variable.

Syntax  

Input: N/A

Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Usecase/Example

Scenario: Verify Success Message Display After Form Submission in Desktop Application.

Consider a scenario where a desktop application with a form, such as a registration or contact form, is being automated. After successfully submitting the form, a success message, Form Submitted Successfully, appears on the screen, indicating that the submission was successful. Using the Verify Exist IRIS action, the presence of this success message is verified to ensure it is displayed correctly in the application.

Expected Result

This action needs to verify the element exists in desktop application and output will store in {Status} variable.

Output

The Verify Exists IRIS action performed, and output {Status} contain as ‘True’.

Last updated

Was this helpful?