Why not do:

Thread Group
 Login
 Post
 Logout
 Login
 Get
 Logout

The Post-Processor Save Responses to a File can do as its name suggests.

On 13/03/07, piyush hari <[EMAIL PROTECTED]> wrote:
Hi,

This is a tricky one :

User 1 (HTTP POST) -->http file transfer Servlet --> User 2 (HTTP GET)

I need to have 10 such sessions simultaneously. (20 users) for say 1 hour.

What will be the right way to do this ? Right now this is what I do :
Thread Group 1 (10 users) : POST
Thread Group 2 (10 users) : delay for 3 secs (wait for post) and then GET
As soon as a GET thread ends, its POST thread ends as well. How can I check
for this condition in runtime and then CREATE a GET-POST pair ?

Each POST and GET are related by the __threadNum.

Also, is there any way to download the incoming file (that comes as a
mimetype : text/plain) ? I need to test it on a 500kb text file.


Thanks in advance,
-Piyush


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to