Hi,

I need to simulate in test the behavior of N browsers, every of them sends 
several concurrent (parallel) HTTP requests to HTTP server.
Every request from the same browser is processed in scope of the same HTTP 
session, so all these parallel requests have the same cookie with session id. 
So this test simulates the concurrent HTTP requests in scope of same sessions 
from many users:

thread group, users
        http cookie manager
        http request (session start)
        http request 1 
        http request 2 (runs simultaneously with http request 1)
        http request (session end)


How could I do parallel execution of HTTP requests  with JMeter?

Thank you,
  

Regards,
Oleg Olenin





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to