https://bz.apache.org/bugzilla/show_bug.cgi?id=58752
Bug ID: 58752
Summary: HTTP Cookies couldn't be changed dynamically when
using __CSVRead or __Random function with clear
cookies each iteration
Product: JMeter
Version: 2.13
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Steps:
1. Create a HTTP request into loop controller[Loop count 2] for a new test plan
in JMeter Client.
2. Add HTTP Cookie Manager into the HTTP sampler
3. Add a dynamical cookies with Domain and path.
Name: test
Value: 123${__Random(100,999,)}
Domain: www.google.com
path: /
4. Chose Clear cookies each iteration option.
5. Run the test plan
Expected Result:
the cookies value will be changed for each request.
Actual Result:
the cookies value is not changed in View Results Tree Listener
--
You are receiving this mail because:
You are the assignee for the bug.