Set Cell Text
Last updated
Last updated
The Set Cell Text Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to set the text in the cell of the table and save the status (True/False) in output variable.
Input: <row>;<col>;<InputText>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Consider a user is testing the functionality of a purchase order creation workflow in an SAP GUI system. The process involves updating the "Material Code" column in a table to set the specific material code to the purchase order. Users need to set the material code as FG5005055 in a specific cell of the "Material Code" column within the table displayed in the SAP GUI to verify if the system processes the material code correctly.
2;1;FG5005055
The Set Cell Text action should set the text as FG5005055 in the table and save the status in Output variable.
The Set Cell Text action should set the text as FG5005055 in the table and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.