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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
DoubleClickOnCell
<Row>; <Column>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetTextOfCell
<Row>; <Column>
{Variable}; {Status}
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyTextOfCell
<Row>; <Column>; <Text>; <Selective (Optional)>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetTypeOfCell
<Row>; <Column>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
RightClickOnCell
<Row>; <Column>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SetCellFocus
<Row>; <Column>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetColCountOfContainer
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetRowCountOfContainer
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
ClickOnCell
<Row>; <Column>
(Optional)
Text
Static Values
Dynamic Variables