Table Operations

Keyword: GETCELLVALUE

Description: This keyword or action instructs ICE 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, ICE 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 in it.

Keyword: GETCOLNUMBYTEXT

Description: This keyword or action instructs ICE to fetch the column number of the given input text 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, ICE will fetch the column number which has 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 in it.

Keyword: GETROWNUMBYTEXT

Description: This keyword or action instructs ICE to fetch the row number of the given input text 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 debug, ICE will fetch the row number which has 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 in it.

Keyword: GETCOLUMNCOUNT

Description: This keyword or action instructs ICE 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, after the test case debug, ICE will fetch the total number of columns in the table and store the result in {columnCount} variable. If the output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: GETINPUTHELP

Description: This keyword or action instructs ICE 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, ICE 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 in it.

Keyword: GETROWCOUNT

Description: This keyword or action instructs ICE 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, after the test case debug, ICE will fetch the total number of rows in the table and store the result in {rowCount} variable. If the output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: GETCELLSTATUS

Description: This keyword or action instructs ICE to fetch the status of the radio button/checkbox which is 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, ICE will fetch the status of the radio button/checkbox present 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 in it.

Keyword: SELECTROW

Description: This keyword or action instructs ICE 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, ICE 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 ICE 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, ICE 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 ICE to verify if the input values is the same as that 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, ICE 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 ICE 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, ICE 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 ICE 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, ICE will perform scroll-down operation 4 times in the table. If the output variable is provided for execution status “True"/ “False” will be stored in it.

Keyword: SCROLLUP

Description: This keyword or action instructs ICE 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, ICE will perform scroll-up operation 4 times in the table. If the output variable is provided for execution status “True”/ “False” will be stored in it.

Keyword: SCROLLLEFT

Description: This keyword or action instructs ICE 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, ICE will perform scroll left operation 4 times in the table. If the output variable is provided for execution status “True”/ “False” will be stored in it.

Keyword: SCROLLRIGHT

Description: This keyword or action instructs ICE 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, ICE 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 ICE 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, ICE 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 ICE 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, ICE will unselect the second column of the table. If the output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: SETCELLTEXT

Description: This keyword or action instructs ICE 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, ICE 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 name of the icon.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetIconName

<Row>; <Column>

(Optional)

NA

Find the snippet of the keyword below:

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

Last updated