You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by gpub <af...@gmail.com> on 2010/07/01 08:44:46 UTC

Re: uploading files in jmeter

Hi Kristof

how are you, i was going though the forum and I have same scenario need to
check that if 100 users 
are uploading the file and another 100 users are downloading the file and 10
users are downloading the same file... i hope if you can help me in this
scenario and the components used by Jmeter

Need to record response time for uploading and downloading of file 

It would be great help from you

Regards
GP


Kristof Jozsa-2 wrote:
> 
> sebb wrote:
>> On 26/06/2008, maalamaal <ve...@hotmail.com> wrote:
>>>  I am testing a web application and I need to upload files very
>>> frequently and
>>>  check if they have been loaded and get the response time.
>>>  What are the elements I need to use in jmeter and how do I approach it?
>>>
>> 
>> Use the Proxy Recorder to record a browser session in which you upload
>> a file and then downoad it.
> 
> I have a similar requirement: I need to download a file in a test step, 
> and then a few steps later upload the very same file I downloaded.. any 
> hints how to do that?
> 
> thanks,
> Kristof
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/uploading-files-in-jmeter-tp18127467p29042448.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: uploading files in jmeter

Posted by Felix Frank <ff...@mpexnet.de>.
Uploading and downloading are technically HTTP Requests. Use the
HTTPClient Sampler.

As for the logic controlling which thread uploads and downloads what and
when, that is specific to your server side application. Peruse the list
archives about the use of variables and such.

HTH
Felix

On 07/01/2010 08:44 AM, gpub wrote:
> 
> Hi Kristof
> 
> how are you, i was going though the forum and I have same scenario need to
> check that if 100 users 
> are uploading the file and another 100 users are downloading the file and 10
> users are downloading the same file... i hope if you can help me in this
> scenario and the components used by Jmeter
> 
> Need to record response time for uploading and downloading of file 
> 
> It would be great help from you

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org