Hi Neetu, If you set the thread group to run forever and set the action to stop your test after a Sampler error then you don't really have to count the rows in your CSV file. Your test will run through all rows and end when it finds EOF. David Schulberg
Object Consulting email: [EMAIL PROTECTED] ---------------------------------------------------------------- consulting | development | training | support our experience makes the difference ________________________________ From: neetu kulshrestha [mailto:[EMAIL PROTECTED] Sent: Thu 26/04/2007 6:52 AM To: [email protected] Subject: Is there any way to count the number of rows in a file And use it in the loop count for each thread instaed of giving a hard coded number value. Problem is that the number of values in the inout files may vary based upon the requirement and I don't want ot go and change the thred/loop count each time by hand. Thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

