How to fetch the number/count of the number of rows having data in excel for the jmeter?
Description:
Could someone please help me on this.Your help will be much appreciated.
Thanks & Regards
Paul Baboo
You can get number of lines in file using __groovy() function like:
${__groovy(new File('test.csv').readLines().size(),)}
The function can be placed directly into Number of Threads (users)
section of the Thread Group