@Object
Last updated
Last updated
Note: This object type requires a reference variable that holds the location on the inner table. This reference variable will be fetched by using the getInnerTable as seen below:
After which, the @Object keywords can be used by specifying the reference variable as input.
Description: This keyword or action instructs Avo Assure Client to fetch the column number of the given input text from the referenced inner table and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getColNumByText | {Reference_Variable};<Input Text> | {Variable};{Status} |
|
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 {colByText}, and the execution status “True”/ “False” will be stored in variable {colByTextStatus}.
Description: This keyword or action instructs Avo Assure Client to fetch the row number of the given input text from the referenced inner table and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getRowNumByText | {Reference_Variable};<Input Text> | {Variable};{Status} |
|
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 {rowByText}, and the execution status “True”/ “False” will be stored in variable {rowByTextStatus}.
Description: This keyword or action instructs Avo Assure Client to fetch the count of the total number of rows present in the referenced inner table and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getRowCount | {Reference_Variable} | {Variable}; {Status} | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, it gives the total number of rows present in the inner table and stores it in {rowCount}, and the execution status “True”/ “False” will be stored in variable {rowCountStatus}.
Description: This keyword or action instructs Avo Assure Client to fetch the count of the total number of columns present in the referenced inner table and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getColumnCount | {Reference_Variable} | {Variable};{Status} | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, it gives the total number of columns present in the inner table and stores it in {colCount}, and the execution status “True”/ “False” will be stored in variable {colCountStatus}.
Description: This keyword or action instructs Avo Assure Client to fetch the xpath of the inner table (dynamic tables) from the referenced inner table and save it as the reference variable in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getInnerTable | {Reference_Variable};<row_num>; <col_num>(optional) | {Variable}; {Status} |
|
Find the snippet of the keyword below:
In the above example, after the test case debugs, it saves the xpath of the nested inner table in the output variable {nestedInnerTable}.
Description: This keyword or action instructs Avo Assure Client to fetch the value present in the specified cell of the referenced inner table and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getCellValue | {Reference_Variable}; <Row>; <Column> | {Variable}; {Status} |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, it fetches the value present in the specified cell of the inner table. It saves it in variable {getCellVal}, and the execution status “True”/ “False” will be stored in variable {getCellValStatus}.
Description: This keyword or action instructs Avo Assure Client to verify if the input value is present in the specified table cell of the referenced inner table.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
verifyCellValue | {Reference_Variable}; <Row>; <Column>; <Input Value> | (Optional) |
|
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 inner table cell, and the execution status “True”/ “False” will be stored in variable {verify}.
Description: This keyword or action instructs Avo Assure Client to verify if the text given in the input is present in the referenced inner table.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
verifyTextExists | {Reference_Variable};<Input Value> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, it verifies if the given text input is present in the inner table, and the execution status “True”/ “False” will be stored in variable {textExist}.
Description: This keyword or action instructs Avo Assure CLient to perform a click operation on the table cell of the referenced inner table given in the input.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
cellClick | {Reference_Variable}; <row number>; <column number>;<Object_Type_Input>; <Index> | (Optional) |
|
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 mouse click on the specified cell in the input for the referenced table object.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
mouseClick | {Reference_Variable}; <Row>; <Column> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, the object in the specified inner table cell is clicked, and the execution status “True”/ “False” will be stored in variable {MouseClick}.
Description: This keyword or action instructs Avo Assure Client to select the options based on the index value specified in input for the dropdown/list of the referenced inner table.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
selectValueByIndex | {Reference_Variable}; <row_num>; <col_num>; <dropdown/ listbox>; <elementIndex>; <keywordInput> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, it selects the options based on the index value specified in input for dropdown/list, and the execution status “True”/ “False” will be stored in variable {index}.
Description: This keyword or action instructs Avo Assure Client to select the options based on the text provided in input for dropdown/list in the inner table cell.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
selectValueByText | {Reference_Variable};<row_num>; <col_num>; <dropdown/listbox>; <elementIndex>; <keywordInput> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, it selects the value from the dropdown based on the text provided in input, and the execution status “True”/ “False” will be stored in variable {text}.
Description: This keyword or action instructs Avo Assure Client to fetch the selected value from the dropdown/list in the inner table cell.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getSelected | {Reference_Variable}; <row_num>; <col_num>; <dropdown/listbox>; <elementIndex> | {Variable}; {Status} |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, it fetches the selected value from the dropdown/list, which is in the referenced table cell, and stores it in variable {getselected} and the execution status “True”/ “False” will be stored in variable {Sel}.
Description: This keyword or action instructs Avo Assure Client to fetch the status of the radio button/checkbox in the table cell of the referenced inner table.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getStatus | {Reference_Variable};<row_num>; <col_num>; <object_type>; <elementIndex> | {Variable} |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, the operation will fetch the checkbox status and store it in variable {getStatus}. The execution status “True”/ “False” will be stored in variable {Status}.
Description: This keyword or action instructs Avo Assure Client to fetch the tooltip text of the table cell of the referenced inner table and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getCellToolTip | {Reference_Variable};<row_num>; <col_num> | {Variable};{Status} |
|
Find the snippet of the keyword below:
In the above example, after the test case debugs, the operation will fetch the tooltip text of the referenced table cell and store it in variable {gettooltip}. The execution status “True”/ “False” will be stored in variable {gettool}.
Description: This keyword or action instructs Avo Assure Client to verify if the tooltip text is present in the specified table cell of the referenced inner table and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
verifyCellToolTip | {Reference_Variable};<row_num>; <col_num>; <inputValue> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debugs, it verifies if ‘test’ is the tooltip text in referenced table cell (2, 3), and the execution status “True”/ “False” will be stored in variable {verifytool}.
Description: This keyword or action instructs Avo Assure Client to select the value from the dropdown based on the text provided in the input for dropdown/list, which is in the table cell of the referenced inner table.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
selectByAbsoluteValue | {Reference_Variable}; <row_num>; <col_num>; <dropdown/listbox>; <elementIndex>; <keywordInput (value/option to be selected, exact text)> | {Variable}; {Status} |
|
Find the snippet of the keyword below:
In the above example, after the test case debugs, it selects the value from the dropdown based on the text provided in the input, which is in the referenced table cell, and the execution status “True”/ “False” will be stored in variable {SelText}.
Description: This keyword or action instructs to convert the value or value in the variable into a currency format.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
numberFormatter | <setText> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, the operation will convert the variable's value into currency format.