@Object

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.

Keyword: GETCOLNUMBYTEXT

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}

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: GETROWNUMBYTEXT

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}

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: GETROWCOUNT

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}.

Keyword: GETCOLUMNCOUNT

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}.

Keyword: GETINNERTABLE

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}

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: GETCELLVALUE

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}

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: VERIFYCELLVALUE

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)

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: VERIFYTEXTEXISTS

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)

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: CELLCLICK

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)

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: MOUSECLICK

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)

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: SELECTVALUEBYINDEX

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)

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: SELECTVALUEBYTEXT

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)

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: GETSELECTED

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}

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: GETSTATUS

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}

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: GETCELLTOOLTIP

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}

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: VERIFYCELLTOOLTIP

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)

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: SELECTBYABSOLUTEVALUE

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}

  • Text

  • Static Values

  • Dynamic Variables

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}.

Keyword: NUMBERFORMATTER

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)

  • Text

  • Static Values

  • Dynamic Variables

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.

Last updated