Get Cell Status

The Get Cell Status Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to fetch the status of the radio button/checkbox in the table cell and save the status (True/False) in output variable.

Syntax

Input: <Input row;column>

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

Usecase/Example

Scenario

Consider a scenario where a user is testing a SAP GUI application, the testing involves validating the status of checkbox within a table that displays order statuses. The test case will check if the checkbox for "Confirmed" is selected in the first row. The Get Cell Status Action is used to verify the selection status of the checkbox in each respective cell of the table.

Input

2;5

Expected Result

The Get Cell Status action should fetch the status of the checkbox for and save the status in Output variable.

Output

The Get Cell Status action is fetching the status of the checkbox for and stores in the {result} output variable as “checked”, which can be utilized for display or other purposes.

Last updated

Was this helpful?