i had this requirement as well. I ended up creating one test plan with sample values, 
and then using a combination of XSL and Ant (which in v1.5 onwards has the xsl core 
operation) to build successive test plans - it wasn't ideal and a bit fiddly, but the 
upside was, once i done this for one plan i extended the generation to take out other 
common elements (Http request defaults etc) out of all the test plans and use XSL and 
Ant to build al my plans.

Not a quick solution, but effective. Hope that's of some help?

-----Original Message-----
From: Ayman Mobarak [mailto:[EMAIL PROTECTED]]
Sent: 12 February 2003 22:19
To: JMeter Users List
Subject: varying HTTP request parameters by iteration


Anyone have an example script or other info regarding how to vary request
parameters so that they take on different values for each iteration through
a test plan?  I currently have a setup using the User Parameters config
element to assign a distinct set of values to each thread. In this case the
full set of parameter values can only be exercised by running several
threads in parallel.  What I would like to do is use a counter to index into
the User Parameters table and run with only a single thread picking up a
different set of values for each iteration. A concrete example would be very
much appreciated.
-Ayman Mobarak


---------------------------------------------------------------------
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]

Reply via email to