Verify Cell Value IRIS
Last updated
Was this helpful?
Last updated
Was this helpful?
This is prebuilt action in Avo Assure, designed for table elements captured from desktop applications. It instructs the Avo Assure Client to validate the text in a specific cell of the table against the expected value provided in the input field within Avo Assure and stores the status (True or False) in the output variable.
Input: <Row>:<Col>;<Text>
Note: The value to the input text provides by the use
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
Note: Optional simply means that creating a dynamic variable is optional for this action
Consider a scenario where a desktop sales tracking application is being tested, and there is a need to view sales details from the table. For this scenario, the Verify Cell Value IRIS action is used by Avo Assure. It verifies the sales details from the third row and first column of the sales table and ensures that the sales information is displayed correctly.
3;1; Sales rate
The action needs to verify the input value is present in the specified table cell and save the result in the output variable.
The action performed and saved the status in the {Result} output variable as True.