Table

Keyword: CELLCLICK

Description: This keyword or action instructs Avo Assure Client to perform a click operation on the table cell given in the input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

CellClick

<cell_number>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, it clicks the specified cell in the table, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: GETCELLVALUE

Description: This keyword or action instructs Avo Assure Client to fetch the value from the table cell given in the input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetCellValue

<cell_number>

{Variable};{Status}

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, it fetches the value from the table cell and stores it in the first output variable (if specified). The execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: GETROWCOUNT

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.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetRowCount

NA

{Variable}; {Status}

NA

Find the snippet of the keyword below:

For the above keyword, after the test case debug, it fetches the count of rows present in the table and stores it in the first output variable {Count} (if specified). The execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: VERIFYCELLVALUE

Description: This keyword or action instructs the tool to verify whether the input value is in the specified table cell.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

VerifyCellValue

<cell_number>; <value>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, it verifies the given cell with the specified value in the table, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: VERIFYROWCOUNT

Description: This keyword or action instructs Avo Assure Client to verify if the input value equals the number of rows in the specified table.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

VerifyRowCount

<Value>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, it verifies if the given value is equal to the total number of rows in the table, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Last updated