I used the CSV data set config and checked , works fine for me jmeter 2.4 regards deepak
On Wed, Nov 10, 2010 at 8:33 AM, Andrei Ghimus <[email protected]> wrote: > I've just duplicated your test. SFF only returns the first line of the > file. > For it to 'work' it should return the next line on each new Loop iteration. > > > On Wed, Nov 10, 2010 at 4:44 PM, Deepak Shetty <[email protected]> wrote: > > ThreadGroup > > +LoopController(n times) > > ++Sampler > > ++CSV Data Set Config > > > > works just fine . If it isnt you probably didnt configure the CSV Data > Set > > Config correctly - did you check jmeter.log? If you specified a relative > > path, its relative to the location of the script. > > > > regards > > deepak > > > > On Wed, Nov 10, 2010 at 6:31 AM, Andrei Ghimus <[email protected]> wrote: > > > >> Good day! > >> > >> I'm using JMeter to load test a search webapp. > >> I have a Sampler in a 100x Loop that sends a search query to the > >> application and I need the search query to be different from the > >> previous one. > >> > >> What I've tried so far: > >> - __StringFromFile() - does not work because it only moves to the next > >> line at the start of each Thread/Iterarion, not at the start of each > >> Loop, > >> - __FileToString() - does not work because I can't __split() the file > >> by newline, > >> - CSV Data Set Config - does not work, not even nested inside the > >> Loop, same as for __StringFromFile(), > >> - __CSVRead() - does not work, same as for __StringFromFile(). > >> > >> I'm running out of ideas/options. If anyone has done anything similar, > >> please share how you went about it. > >> > >> --------------------------------------------------------------------- > >> 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] > >

