Lets say, CSV file (abc.csv) contains 10 records of Login credentials(Email, Password), and I want to fetch those values at once using Beanshell script just to make sure that CSV has to get open only once and avoid opening CSV file 10 times for fetching every single record which creates problem of following error:
"Too many open files" in Response data.
Is there any way to do it?