Table Operations

Keyword: GETCELLVALUE

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.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetCellValue

<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, Avo Assure Client will fetch the value of the cell present in the fifth row and fifth column of the table and store the result in {cellValue} variable. If the output variable is provided for execution status, “True”/ “False” will be stored.

Keyword: GETCOLNUMBYTEXT

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.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetColNumByText

<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, Avo Assure Client will fetch the column number with the text provided in the input and store the result in {columnNum} variable. If the output variable is provided for execution status, “True”/ “False” will be stored.

Keyword: GETROWNUMBYTEXT

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.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetRowNumByText

<Input Text>

{Variable}; {Status}

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debugs, Avo Assure Client will fetch the row number with the text provided in the input and store the result in {rowNum} variable. If the output variable is provided for execution status, “True”/ “False” will be stored.

Keyword: GETCOLUMNCOUNT

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.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetColumnCount

NA

{Variable}; {Status}

NA

Find the snippet of the keyword below:

In the above example, Avo Assure Client will fetch the total number of columns in the table after the test case debug and store the result in {columnCount} variable. If the output variable is provided for execution status, “True”/ “False” will be stored.

Keyword: GETINPUTHELP

Description: This keyword or action instructs Avo Assure Client to make an action to enter the suggestion box of the cell inside the table.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetInputHelp

<Row>; <Column>

(Optional)

NA

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will open the input help window for the cell in the sixth row and second column. If the output variable is provided for execution status, “True”/ “False” will be stored.

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 results in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetRowCount

NA

{Variable}; {Status}

NA

Find the snippet of the keyword below:

In the above example, Avo Assure Client will fetch the total number of rows in the table after the test case debug and store the result in {rowCount} variable. If the output variable is provided for execution status, “True”/ “False” will be stored.

Keyword: GETCELLSTATUS

Description: This keyword or action instructs Avo Assure Client to fetch the status of the radio button/checkbox in the table cell and save the results in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetCellStatus

<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, Avo Assure Client will fetch the status of the radio button/checkbox in the cell in the second row and second column of the table and store the result in {cellStatus} variable. If the output variable is provided for execution status, “True”/ “False” will be stored.

Keyword: SELECTROW

Description: This keyword or action instructs Avo Assure Client to select the row given in the input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectRow

<Row_Num>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will select the fifth row in the table. If the output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: UNSELECTROW

Description: This keyword or action instructs Avo Assure Client to unselect the row given in the input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

UnselectRow

<Row_Num>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will unselect the fifth row in the table. If the output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: VERIFYCELLVALUE

Description: This keyword or action instructs Avo Assure Client to verify if the input values are the same as those present in the specified table cell.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

VerifyCellValue

<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, Avo Assure Client will verify the value of the cell present in the fifth row and fifth column of the table with the third parameter in the input field. If the output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: VERIFYTEXTEXISTS

Description: This keyword or action instructs Avo Assure Client to verify if the text given in the input is present in the table.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

VerifyTextExists

<Input Value>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will verify if the text provided in the input field exists in the table. If the output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: SCROLLDOWN

Description: This keyword or action instructs Avo Assure Client to scroll down in the table.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

scrollDown

<No. of scroll steps to go down>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will perform a scroll-down operation 4 times in the table. If the output variable is provided for execution, the status “True"/ “False” will be stored in it.

Keyword: SCROLLUP

Description: This keyword or action instructs Avo Assure Client to scroll up in the table.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

scrollUp

<No. of scroll steps to go up>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will perform scroll-up operation 4 times in the table. If the output variable is provided for execution, the status “True”/ “False” will be stored in it.

Keyword: SCROLLLEFT

Description: This keyword or action instructs Avo Assure Client to scroll left in the table.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

scrollLeft

<No. of scroll steps to go left>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example after the test case debug, Avo Assure Client will perform scroll left operation 4 times in the table. If the output variable is provided for execution, the status “True”/ “False” will be stored in it.

Keyword: SCROLLRIGHT

Description: This keyword or action instructs Avo Assure Client to scroll right in the table.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

scrollRight

<No. of scroll steps to go right>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example after the test case debug, Avo Assure Client will perform scroll right operation 4 times in the table. If the output variable is provided for execution status “True”/ “False” will be stored in it.

Keyword: SELECTCOLUMN

Description: This keyword or action instructs Avo Assure Client to select the column given in the input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectColumn

<Input Column Number>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will select the second column of the table. If the output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: UNSELECTCOLUMN

Description: This keyword or action instructs Avo Assure Client to unselect the column given in the input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

UnselectColumn

<Input Column Number>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will unselect the second column of the table. If the output variable is provided for execution status, “True”/ “False” will be stored.

Keyword: SETCELLTEXT

Description: This keyword or action instructs Avo Assure Client to set the text in the cell and save the result in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetCellText

<Row>; <Column>; <Input Text>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will set the text “Hello” in the cell present in the third row and first column, and execution status, “True”/ “False” will be stored in {SetText_Cell} variable.

Keyword: GETICONNAME

Description: This keyword or action instructs ICE to fetch the icon's name.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetIconName

<Row>; <Column>

(Optional)

NA

Find the snippet of the keyword below:

In the above example, Avo Assure Client will fetch the icon's name after the test case debug and store it in {IconName}. If the output variable is provided for execution, the status “True”/ “False” will be stored in it.

Last updated