Hello,
I am working through creating load tests. For one of my applications, I recorded through fiddler and loaded into test studio.
The response sets a cookie, which was recorded, to expire after 1 hour.
When I go to run the test anytime after an hour I get unauthorized because the cookie expired.
Does anyone have a recommended approach on this? Maybe how to clear cookies before a load test execution?