2008/5/7 efj <[EMAIL PROTECTED]>: > > Hi, > > I'm struggling to work out how to achieve the following. > > All running threads complete a loop 10 times. In the loop is a "browse to > folder x" action. After all the threads and loops have completed for folder > x , the whole thing is started again for folder y and so on.
I assume this is done independently for each thread. > So would be 10 threads loop 10 times on folder x > Then 10 threads loop 10 times on folder y etc > > I think this can be achieved with CSV data config and/or a ForEach > Controller. However I'm not sure how especially as it looks like the ForEach > controller needs a post processing sampler. > No, it just needs the appropriate variables to have been set. > So far I have... > > -Thread Group setup with 10 threads (RU 10, Loop 10). > --CSV Data Config (variable name 'path') What is the path used for? Is it any relation to 'x' and 'y'? > --Post Processor??? > --ForEach Controller > ----Loop (10 times) > -------All threads to complete a "browse to folder x" action > > Do I need to add a post processor and if so how do i tie it into the CSV > variable name? No idea - does not make sense to me. > Any help or examples appreciated. > > > -- > View this message in context: > http://www.nabble.com/Simple-csv-data-iteration-for-all-threads-tp17101828p17101828.html > 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]

