On 02/06/2009, AranM <[email protected]> wrote: > > Hello, > > I would like to know if anybody can tell me how I can loop through sets of > variables. I want to use a SOAP request sampler several times where I want > to change several variables for each iteration. I tried to do this using > User Parameters. Unfortunately this means I have to use several threads, > which will be executed in parallel. What I want to do is to process them in > a fixed order, i.e. user_1 first, then user_2 etc., but I can't work out how > to loop through my User Parameters. It just doesn't seem to work. Using a > ForEach controller only allows me to change one parameter, so this also > doesn't work.
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#CSV_Data_Set_Config There's a sample script and data files in bin/examples. > Does anyone know a solution to this problem? Help will be greatly > appreciated. > > -- > View this message in context: > http://www.nabble.com/Looping-thru-sets-of-variables-tp23831308p23831308.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]

