Moser
3 years agoNew Contributor
How to stop project level variables getting overridden during a load test in READYAPI
Below is a functional test under a READYAPI Project: REST Request (Application Home page)1 - when fired would produce some response, we captured the XSRF-TOKEN and assigned to a project level var...
- 3 years ago
Hello Moser
At first glance without knowing all the details of your testcase structure, I would suggest not saving project level variable but use a testcase level variable instead. At project level any VU will be updating content that another VU might be relying on. Keeping all the data separate that a VU will use should be your goal.
Regards,
Todd