> Hi, ullo there (o: long time no see...
> I was wondering if anyone could help me with the following re: JMeter 1.7 > > I have set up a web test plan. > I've got a ThreadGroup which contains a Simple Controller, which in turn > contains a series of Request generative controllers. > The ThreadGroup also has a HttpCookieManager config element associated with > it. > > Is there any way that i can configure the Test Plan such that each request > only gets executed once the previous request's response has come back. my understanding is that is the way it works.... if you start with one thread, then each request will be executed in line, and the session information should work fine. > The reason I ask is that there is certain session information that gets set > in particular requests, that subsequent requests have to access in order to > be successful. how'd you set it up? easiest way is to use the proxy server in jmeter, and generate the test script that way (imho). then the test will just follow whatever you did in the how all is good (o: cheers dim -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

