↧
Answer by BlackGaff for how to dynamic set cookie value in jmeter
Cookie information is dynamic for each thread, so I think it already does what you want:If you have an HTTP Request and the response contains a cookie, the Cookie Manager automatically stores that...
View Articlehow to dynamic set cookie value in jmeter
Jmeter test plan structureTest PlanTest Thread Cookie Manager(set variable PHPSessionID) HTTP request A regular expression extractor(get value from HTTP A's response, set PHPSessionID value) HTTP...
View Article