Table
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to fetch the input text's column number and save the result in the output variable.
Note:
If multiple matches are found, the user should display/ use the values using an array. For Ex: {Variable[0]};{Variable[1]}
This keyword will pass only if the input value matches the values in the application under test.
The user can get the row/column number using partial/complete text.
Find the snippet of the keyword below:
In the above example, after the test case debug, it fetches the column number of the given input text and stores it in {col}, and the execution status “True”/ “False” will be stored in variable {c_status}.
Description: This keyword or action instructs Avo Assure Client to fetch the input text's row number and save the result in the output variable.
Note:
If multiple matches are found, the user should display/ use the values using an array. For Ex: {Variable[0]};{Variable[1]}
This keyword will pass only if the input value matches the values in the application under test.
The user can get the row/column number using partial/complete text.
Find the snippet of the keyword below:
In the above example, after the test case debug, it fetches the row number of the given input text and stores it in {row}, and the execution status “True”/ “False” will be stored in variable {r_status}.
Description: This keyword or action instructs Avo Assure Client to fetch the count of the total number of rows present in the table and save the result in the output variable.
Find the snippet of the keyword below:
In the above example, after the test case debugs, it gives the total number of rows present in the table and stores it in {row_count}, and the execution status “True”/ “False” will be stored in variable {rc_status}.
Description: This keyword or action instructs Avo Assure Client to fetch the count of the total number of columns present in the table and save the result in the output variable.
Find the snippet of the keyword below:
In the above example, after the test case debugs, it gives the total number of columns present in the table and stores it in {col_count}, and the execution status “True”/ “False” will be stored in variable {cc_status}.
Description: This keyword or action instructs Avo Assure Client to fetch the value present in the specified cell of the table and save the result in the output variable.
Find the snippet of the keyword below:
In the above example, after the test case debugs, it fetches the value present in the specified cell of the table and saves it in variable {cell_val}. The execution status “True”/ “False” will be stored in variable {cell_status}.
Description: This keyword or action instructs Avo Assure Client to verify if the input value is present in the specified table cell.
Find the snippet of the keyword below:
In the above example, after the test case debug, it verifies if the input value is present in the specified table cell, and the execution status “True”/ “False” will be stored in variable {verify}.
Description: This keyword or action instructs Avo Assure Client to perform a click operation on the table cell given in the input.
Find the snippet of the keyword below:
In the above example, after the test case debug, it will perform a click operation on the table cell given in the input, and the execution status “True”/ “False” will be stored in variable {click}.
Description: This keyword or action instructs Avo Assure Client to perform a double-click operation on the table cell given in the input.
Find the snippet of the keyword below:
In the above example, after the test case debugs, it will perform a double-click operation on the table cell given in the input, and the execution status “True”/ “False” will be stored in variable {d_click}.
Description: This keyword or action instructs Avo Assure Client to select the row given in the input.
Find the snippet of the keyword below:
In the above example, after the test case debug, it will select the row given in the input, and the execution status “True”/ “False” will be stored in variable {select}.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetRowNumByText
<Input Text>
{Variable}
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetRowCount
NA
{Variable}
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetColCount
NA
{Variable}
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetCellValue
<Row>; <Column>
{Variable}
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyCellValue
<Row>; <Column>; <Input Value>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
ClickCell
<row number>; <column number>;
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
DoubleClickCell
<row number>;<column number>;
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SelectRow
<row number>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetColNumByText
<Input Text>
{Variable}
Text
Static Values
Dynamic Variables