This is not something JMeter is really designed for. I assume you are using PUT here. You can use a file as the entire contents of a PUT, so I suggest you create 100 files of increasing size and use a counter to step through them.
Or you may be able to use the BeanShell pre-processor to update the PUT parameters in the sampler. Someone familiar with Java would be needed to do this. On 01/04/2008, Eddie O'Sullivan <[EMAIL PROTECTED]> wrote: > Hi Sebb, > > Thanks for the reply. The thing is each iteration adds 63 new parameters > and I want to test for over 100 iterations (6300 parameters). > > The aim of this test is the get response times as the URL gets longer so by > defining all the parameters at start (even set to null) this wont allow me > do the testing required. > > Any other suggestions would be great. > > > Thanks in advance, > Eddie > > > > Eddie O'Sullivan (Embedded > image > Application Performance moved to > file: > > Group > pic00542.gif) > > > > QAD Ireland Ltd. [EMAIL PROTECTED] > Hamilton House Tel: +353 61 213616 > National Technological Park http://www.qad.com/ > Limerick, Ireland > > > > This e-mail may contain QAD > proprietary information and > should be treated as > confidential. > > > > > > > > > sebb > <[EMAIL PROTECTED] > > To > "JMeter Users List" > 03/29/08 12:12 PM <[email protected]> > cc > > Please respond to Subject > "JMeter Users Re: HTTP Request with increasing > List" number of Parameters > <[EMAIL PROTECTED] > rta.apache.org> > > > > > > > > > > On 25/03/2008, Eddie O'Sullivan <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > I am trying to create a HTTP Request that has an increasing number of > > parameters as each iteration passes. > > > > For example on iteration one the HTTP Request will have varA_1, varB_1, > > varC_1 and on the second iteration it will have varA_1, varB_1, varC_1. > > varA_2, varB_2, varC_2. This will keep increasing with each iteration, > can > > a HTTP Request be used to do something like this or some other sampler? > > So long as the maximum number of variables is known in advance, just > add them all to the Parameters section. > > Intially define all the names as the empty string. Each iteration, > define the next variable. You'll probably need the __V() function for > this. > > > Thanks in advance, > > Eddie > > > > > > > > Eddie O'Sullivan > (Embedded image > > Application Performance moved > to file: > > Group > pic10285.gif) > > > > > > QAD Ireland Ltd. [EMAIL PROTECTED] > > Hamilton House Tel: +353 61 213616 > > National Technological Park http://www.qad.com/ > > Limerick, Ireland > > > > > > > > This e-mail may contain QAD > > proprietary information and > > should be treated as > > confidential. > > > > > > > > --------------------------------------------------------------------- > > 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] > > > > > --------------------------------------------------------------------- > 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]

