Thursday, August 25, 2022

How to add a cookie in Neoload | Web_add_Cookie in Neoload | How NeoLoad manage cookies?

NeoLoad automatically manages any cookies returned by the server during the load test. These cookies can also be defined when configuring the request settings. If you want to add a cookie manually then use the below code in JavaScript NeoLoad. That's it.

context.currentVU.setCookieForServer("Domain=www.easyloadrunner.blogspot.com","Environment=CityLS");

No comments: