stickx
stickx

Reputation: 111

Setting user-defined cookies in Jmeter

There doesn't seem to be much information around on forcing Cookie values in JMeter (2.8).

I'd like to be able to set a cookie at the start of a thread (AWS LoadBalancer ID), so that i can select a specific ID each time. The reason for this is that AWS gives the same ELB ID every time unless you change IP. I want to test more than one.

I have tried setting user-defined cookies in the HTTP Cookie Manager without success. (nothing is added)

I have also tried adding a COOKIE_Test to HTTP Header Manager without success. (adds to the header but doesn't treat as cookie)

Might not be possible?

Update: Adding the domain entry fixed it...
On inspecting the normal set-cookie, it omitted the domain, so i did the same...
I guess Cookie Manager ignores and user-defined cookies with null values.

Upvotes: 6

Views: 13129

Answers (2)

stickx
stickx

Reputation: 111

Adding the domain entry fixed it

On inspecting the normal set-cookie, it omitted the domain, so i did the same...

Cookie Manager ignores any user-defined cookies with null values.

Upvotes: 5

srini.venigalla
srini.venigalla

Reputation: 5145

Did you try using the Cookie Manager User Interface?

http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Cookie_Manager

Upvotes: -1

Related Questions