Get Cell Status
Last updated
Last updated
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.
Input: <Input row;column>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
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.
2;5
The Get Cell Status action should fetch the status of the checkbox for and save the status in Output variable.
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.