...
StoreExistence "Key"
StoreRowNumberOfCellText
This action stores row number of the provided cell text.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
text | Enter the text of the cell. | Yes | String |
columnNumber | Enter the index of the column. | No | Number |
key | This will return the row number. | Yes | String |
...
StoreRowNumberOfMultipleCellText
This action stores the row number with provided cell texts and column numbers, and the value is stored in the key.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
text | Enter the text of multiple cells separated by delimiter. | Yes | Array |
columnNumber | Enter the index of the column respective to cell data (separated by delimiter). | Yes | Number |
key | This will return the row number. | Yes | String |
...
StoreRowNumberOfMultipleCellText "Test1^India^998660^Active" “1^2^3^4” “key_4”
VerifyCellText
This action verifies if the provided cell text value along with row number and column number is present in DataTable.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
data | Enter the text of the cell. | Yes | String |
rowNumber | Enter the index of the row. | Yes | String |
columnNumber | Enter the index of the column. | Yes | String |
...
VerifyCellText “Test1”"5" “1”
VerifyRowData
This action verifies if the provided cell text values along with row number is present in DataTable.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
rowNumber | Enter a number which points to the row as per listOfValues. | Yes | Number |
listOfValues | Enter the values with a separator/delimiter as caret. | Yes | Array |
...