If only one thread is involved, then you can use the CSV Dataset, or the functions StringFromFile or CSVRead.
However, if there is more than 1 thread, the file data is shared between threads - each time a thread needs another value, it will get the next line. S On 04/06/07, tiffany <[EMAIL PROTECTED]> wrote:
Hi, I just wondering is Jmeter can read through each line of the data file with one thread. For example, I have 10 lines in my data file, can Jmeter read all the 10 lines with one thread? If yes, how can I do that with Jmeter. Thanks, Tiffany -- View this message in context: http://www.nabble.com/One-thread-to-run-through-the-data-files-tf3865365.html#a10950193 Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

