>generate the range of files offline before your test. Which is of course the better way of doing it. However in this case I think the poster is implying that the Order id is dynamically generated (extracted) so this technique may not work
I wrote(copied) some java code illustrating how to do this here http://theworkaholic.blogspot.com/2011/02/dynamic-values-within-files.html regards deepak On Thu, Feb 10, 2011 at 12:39 AM, Felix Frank <[email protected]> wrote: > Or failing that, generate the range of files offline before your test. > Have each iteration pick the correct input file, using e.g. a CSV > Configuration element. > > On 02/10/2011 06:35 AM, Deepak Shetty wrote: > > no out of the box way as far as I know, youll have to do this with java > code > > > > regards > > deepak > > > > On Wed, Feb 9, 2011 at 9:29 PM, Ragini Thakur <[email protected]> > wrote: > > > >> Can anyone please reply. Any pointers will be helpful. > >> > >> Regards, > >> Ragini Thakur > >> > >> > >> -----Original Message----- > >> From: Ragini Thakur [mailto:[email protected]] > >> Sent: Wednesday, February 09, 2011 4:42 PM > >> To: JMeter Users List > >> Subject: Modify the POST Request Data > >> > >> Hi All, > >> > >> > >> > >> In our test plan we have a HTTP Post request sample to which we are > >> passing an XML file through option "Send Files With Request". The XML > >> file to be sent with request contain on Tag "Order id" which need to be > >> modified [ dynamically during test plan executing] before sending the > >> request. > >> > >> > >> > >> How shall the Post request XML be modified dynamically during test run > >> before the request is Post? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

