Container Operations
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to perform a cell click on the row and column.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
ClickOnCell | <Row>; <Column> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will click the cell present in the second row and third column in the container, and execution status “True”/ “False” will be stored in variable {CellClick}.
Description: This keyword or action instructs Avo Assure Client to double-click on the specified cell.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
DoubleClickOnCell | <Row>; <Column> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will double click the cell present in the first row and fifth column in the container, and execution status “True”/ “False” will be stored in variable {DoubleClick}.
Description: This keyword or action instructs Avo Assure Client to fetch the text in the specified cell and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetTextOfCell | <Row>; <Column> | {Variable}; {Status} |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will fetch cell text present in the third row and fifth column and store the result in the {GetText} variable. If an output variable is provided for execution, the status “True”/ “False” will be stored in it.
Description: This keyword or action instructs Avo Assure Client to verify if the text in the textbox is the same as that provided in the input field.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
VerifyTextOfCell | <Row>; <Column>; <Text>; <Selective (Optional)> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will verify the text present in the specified cell with the given input. If an output variable is provided for execution status, “True”/ “False” will be stored in it.
Description: This keyword or action instructs Avo Assure Client to fetch the cell type.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetTypeOfCell | <Row>; <Column> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will fetch the type of the cell present in the third row and fifth column of the container and store it in {CellType}. If an output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs Avo Assure Client to perform right click on the specified cell.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
RightClickOnCell | <Row>; <Column> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will perform a right-click on the cell present in the second row and first column. If an output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs Avo Assure Client to focus on the specified cell.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SetCellFocus | <Row>; <Column> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will set focus on the cell present in the second row and second column. If an output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs Avo Assure Client to fetch the cell type.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetColCountOfContainer | NA | (Optional) | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will fetch the count of columns in the container “/1/2_scontainer” and store it in {ColCount}. If an output variable is provided for execution status, “True” / “False” will be stored in it.
Description: This keyword or action instructs Avo Assure Client to fetch the cell type.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetRowCountOfContainer | NA | (Optional) | NA |
Find the snippet of the keyword below:
In the above example after the test case debug, Avo Assure Client will fetch the row of columns in the container “/1/2_scontainer” and store it in {RowCount}. If output variable is provided for execution status “True”/ “False” will be stored in it.