Get Cell Value

This is pre-built Action located under the Table captured from the AUT Element Name. It instructs the Avo Assure Client to extract the value of the specific cell in the table and save the result in the given output variable.

Syntax

Input: <row>;<col>

  • For above syntax user needs to provide row number and column number of which table cell user wants to fetch the value.

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

Usecase/Example

Scenario: Testing the "Invoice Summary" Page in a Finance Web Application

In the finance web application, users can view detailed invoices in a table format. Each invoice has multiple rows with data such as invoice ID, date, client name, and the total amount. The goal is to extract the "Total Amount" from a specific invoice row to verify that the correct data is displayed for that invoice. This can be automated using the "Get Cell Value" Action.

Input

5;10

Expected Result

The Get Cell Value Action should retrieve the value of the cell as $1,250.00 and save it in the {result} Output Variable.

Output

The Get Cell Value Action is retrieving the value of the cell whose details is given as Row and column and save it in the {result} output variable as $1,250.00, which can be utilized for display or other purposes.

Last updated

Was this helpful?