Get Table Cell Value
Last updated
Last updated
The Get Table Cell Value Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to fetch the value present in the specified cell of the table and save the status (True/False) in output variable.
Input: <Input Row;Column>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Consider a scenario where user is testing a SAP GUI application, to verify the accuracy of purchase order data by retrieving specific values from the material table. The test ensures that the delivery date for a specific purchase order matches the expected value. A user is validating whether the delivery date displayed in the SAP GUI table for a specific purchase order ID is correct. Using Get Table Cell Value in Avo Assure user fetch the fetch from material table.
1;2
The Get Table Cell Value action should fetch the value present in the 1st row 2nd column cell of the table and save the status in Output variable.
The Get Table Cell Value action fetches the value present in the 1st row and 2nd column cell of the table and stores in the {result} output variable as “03-01-2025”, which can be utilized for display or other purposes.