I’m working with katalon recorder and I have a csv file with data
I load that file, inside the Data Recorder menu, in Command I write loadVars and in Target the name of the .csv file
I load the data with the corresponding variables and pass the test correctly
My question is to know how to stop it when there are no more users to check inside the csv file, because it continues to work and when the users end up in the file, katalon gives an error and tells me that the test is not correct
Could you help me to know how to do it?