Hi
I have modified my previous posting below to better describe my test scenario. My apologies for posting twice. Thanks.


I am trying to test a web application with JMeter. I have added a Cookie Manager to my ThreadGroup and can see the expected behavior of JMeter handing cookies.

There are parts of the web application where client-side javascript is invoked to create cookies. In order to simulate this I added another Cookie Manager to the test plan. The second CookieManager's Table contains the custom/additional cookie information.

The test plan looks like
-- ThreadGroup
   -- HTTP Request Defaults
   -- Cookie Manager
   -- Simple Controller
        -- If Controller
           -- Cookie Manager
           -- HTTP POST ( requires the cookie from the previous step )

I have tried adding the second Cookie Manager at the same level as the HTTP POST request that requires the client side cookies to be available. I have tried both before and after the HTTP POST request that needs the cookie and still cannot see the HTTP request with the cookies.

Per the jmeter documentation, parent config elements get replaced by config
elements in the child node.

Any suggestions regarding
- Multipe Cookie Managers in a Thread Group.
- How Parent Cookie Manager properties get overriden by Cookie Managers in
the child node
- Adding Custom/Additional/Client side Cookies

would be much appreciated.
Thanks.
-Krishna

_________________________________________________________________
Make the most of your family vacation with tips from the MSN Family Travel Guide! http://dollar.msn.com



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



Reply via email to