Verify Cell Value
Last updated
Last updated
This is pre-built Action located under the Table captured from the AUT Element Name. It instructs the Avo Assure Client to verify the value of specified table cell in the input value of Avo Assure and save the result in the given output variable.
Input: <Row>;<Column>;<value>
For above syntax user needs to provide row number and column number of which table cell user wants to fetch the value along with the value which need to be verified with specific table cell.
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
User is testing a customer support ticketing system, where the system displays a list of customer support tickets in a table. Each row of the table represents an individual ticket, and each column shows relevant details such as Ticket ID, Customer Name, Priority, Status, and Assigned Agent.
User’s task is to verify that the "Status" of a specific ticket is correctly displayed. For example, you need to verify that the "Status" column for a ticket shows "Resolved" when the support agent has marked the issue as resolved.
Input: 3;2;Resolved
Expected Result: The "verifyCellValue" Action needs to verify the value of the cell that corresponds to the "Status" column in the third row of the ticket table and save the status as True in Output Variable.
Output: By using the "VerifyCellValue" Action is verify that the value displayed in a specific table cell matches the expected value. In this case, User confirming that the "Status" of the third row of the Ticket Table correctly shows "Resolved" and the save the Status as True in the {result}, which can be utilized for display or other purposes.