Hello*,
I often use the data driven option in katalon recorder. Thanks for this great functionality!
I have one problem often my csv file contains more than 100 lines … and while the tests are runnig i don’t know at which position (csv line!) the test is … thats why i implemented a counter
storeEval / ${counter} + 1 / counter
This works very good, but often i dont know how many lines are in my csv file … is there a solution to determine the last line of a csv file?
I don’t want to know the value of the last line, I just want to know that the csv file has 103 lines …
than i can make my counter better, like
echo / ${counter} / ${csvlines} /