Hello, I have to test a service that uses a long running http connection. Basically, it opens a connection and the server will send over data separated by new line characters over a long period of time. I need to maintain this connection throughout the entire test but whenever data comes across I have to act on it.
Can this be done in JMeter? My one idea is to have two separate thread groups, one with a long running connection and one that is looping tests waiting for something to come from the other thread group. I could use a beanshell sampler to maintain the long running connection and JMeter properties for communication between the two. It seems a bit kludgy... Is there a better way to do this? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
