You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could internally implement it with a jsr 223 sampler, and would have the advantage, over JMeter cookies manager way of setting cookies, that you can directly control at what point in test plan you actually want the cookies to be set. This would avoid cookies being set in requests which shouldn't (and may make the test plan behave in unexpected way) or require some workaround, like adding a controller, to limit the scope of the cookie manager to get a similar effect.
We could even in the future use same approach add methods to remove some particular cookie, or explicitly clear all cookies.
Add support to the cookie manager to create custom cookies
The text was updated successfully, but these errors were encountered: