Full scan of the CSV file – if no sheet info is provided scans the whole CSV file and checks for the string to be found – format (finename)
Count number of rows – expected format (filename~ColumnACount) – this counts the number of non null A rows
Then validates whether the row count matches with the testdata value
Read Value from CSV file and validate whether the value exists on the UI – expected format (filename~ROW2) to check whether the second row data is present on the UI
All the columns for that row are checked against the UI – this is a zero based row index
Check a specific cell – expected format (filename~A7) –
Then validates whether the cell value matches with the testdata value
Check a Row – expected format (filename~R5) –
Read row 5, split the columns and check if any of the columns matches the text to be found – (this is a zero based row index)
Check a Column – expected format (filename~C0) –
Read column 0, split the rows and check if any of the rows matches the text to be found – (this is a zero based column index)
Have other questions? Access our full knowledge base!