Re: How to change Http Sampler file sent during run

2008-06-10 Thread Michal Singer
Great, it worked. thanks a lot. I have another question related: I want to process results on my own, so i can use the results as input in a csv configuration file for another test. What is the best way to do this? can i add my own listener? sebb-2-2 wrote: > > JMeter does not examine or upda

Re: How to change Http Sampler file sent during run

2008-06-10 Thread sebb
JMeter does not examine or update the contents of any files it sends. If there are not many different versions of the file, then you could create them in advance, and upload a different file for each different entry. Otherwise, you may perhaps be able to use the SOAP/XML-RPC sampler - it does not

RE: How to change Http Sampler file sent during run

2008-06-10 Thread Michal Singer
Hi. I tried the "CSV Data Set Config" but it didn't work on the xml sent. How do i connect this to the HttpSampler: xml file i send? I debuged the JMeter and it looks like the CSV is configured ok, but for no where in the HTTP send does any one read this input. Thanks, Michal Afroman77 wrote:

RE: How to change Http Sampler file sent during run

2008-06-07 Thread Ivan Rodriguez
This sounds possible with a "CSV Data Set Config". Basicly you put all the values can have in a file and JMeter will read this file one line per thread putting the line as the value of . How to set up a "CSV Data Set Config" is pretty well explained on the manual. ivan -Original Message