Re: [Grinder-use] grinder support for file upload
Distributed load testing framework - Java, Jython, or Clojure scripts.
Brought to you by:
philipa
|
From: James L. <jl...@an...> - 2011-11-30 04:57:57
|
Thanks Carlos.
I am surprise this worked for you. I've did a capture and I can see the POST request in the generated script. However, the data from file is not there. There is no multi part form data in the generated py script.
What version of Grinder are you using? I am on grinder-3.6.
Thanks,
James Liang
From: Carlos E. Torchia [mailto:cto...@uv...]
Sent: Tuesday, November 29, 2011 8:24 PM
To: grinder-use
Subject: Re: [Grinder-use] grinder support for file upload
I recorded a test that involves a file upload. It's just multi-part form data, with the data of the file and the entire POST request represented as a string in the Jython code.
E.g. suppose you have a file with HELLO_WORLD in it. Then the proxy server would record something like:
request1234.POST('/hello-world', '<bunchastuff>HELLO_WORLD<bunchastuff>')
hope this helps
On Tue, Nov 29, 2011 at 6:32 PM, James Liang <jl...@an...<mailto:jl...@an...>> wrote:
Hi all,
Does the grinder proxy tool support the capturing of file uploads? I need to load test a file upload function of the system. Any advice on using grinder for this purpose?
Thanks,
James Liang
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
grinder-use mailing list
gri...@li...<mailto:gri...@li...>
https://lists.sourceforge.net/lists/listinfo/grinder-use
|