...
StoreRowNumberOfMultipleCellText "Test1^India^998660^Active" “1^2^3^4” “key_4”
VerifyCellText
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 |
Example:
VerifyCellText “Test1”"5" “1”
VerifyRowData
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 |
Example:
VerifyRowData “2”"Test1^India^998660^Active"
...