Send a file with the HTTP Request

2008-02-18 Thread Massimo Forno
Hi, I'm trying to send a file with the HTTP Request, but the problem is that the file path is an URL. Example: The Path of the HTTP Request is: /Folder1/SubFolder1/Test.html I need to send a picture with the above HTTP Request located at: http://www.testpics.it/images/100.jpg If

RE: Send a file with the HTTP Request

2008-02-18 Thread Joseph Ribin Roy
Is it okay if you save the image file locally and send it with the request -Original Message- From: Massimo Forno [mailto:[EMAIL PROTECTED] Sent: Monday, February 18, 2008 8:18 PM To: jmeter-user@jakarta.apache.org Subject: Send a file with the HTTP Request Hi, I'm trying to send a

RE: Send a file with the HTTP Request

2008-02-18 Thread Massimo Forno
Hi, it works in that way, the problem is that to make the TestPlan reusable in other environments I would prefer to get the image form that URL and to send it with the HTTP Request. Is it possible? Thanks, Massimo -Original Message- From: Joseph Ribin Roy [mailto:[EMAIL PROTECTED]

reusing results of regular expression extractor

2008-02-18 Thread Judith Schmalz
Hello, I have a question concerning the results of the regular expression extractor. I extracted values with a regular expression successfully from the response and used them in the next request. But I want to use them for another request again (but I can not extract them again). Is it

Re: reusing results of regular expression extractor

2008-02-18 Thread sebb
The RE extractor already saves its results in variables. So long as you don't re-use the same variable name prefix, the existing variables will be retained. Make sure that the RE Extractor is only applied to the samples that you want to be processed, e.g. add it as a child On 18/02/2008, Judith

Re: Send a file with the HTTP Request

2008-02-18 Thread sebb
On 18/02/2008, Massimo Forno [EMAIL PROTECTED] wrote: Hi, it works in that way, the problem is that to make the TestPlan reusable in other environments I would prefer to get the image form that URL and to send it with the HTTP Request. Is it possible? Yes, use another sampler to fetch the

Concurrent Samplers in JMeter

2008-02-18 Thread Me vina
Hi All, By default JMeter sends all the samplers sequentially. Is there any methodology to send the requests concurrently at the same time i.e. something similar to web_concurrent_start () and web_concurrent_end () functionality in Load Runner. Any thoughts / ideas in this regard? Appreciate any

RE: Concurrent Samplers in JMeter

2008-02-18 Thread Joseph Ribin Roy
Can I ask you why you have to send the request concurrently? A particular transaction should be requested sequentially right. And there are ways to do it if you are so particular. Increasing number of users any way will be a possibility of sending same request concurrently And you can also try