I've used dynamic authentication to generate the token , my test plan is like login - request1 , request2, request 3. When running it for a single time it gives no error , but when I'm running this script for 5 minutes , I'm getting few errors in between as 401 for few requests. I've tried putting in login in logic controller , yet I'm not able to get rid of the error , the error only comes when I run it over a loop
0
votes
It seems you reach your limit on server, you can add delays if needed
– user7294900
But it's showing error even for 10 users with script running time of 1 minute
– Aditya
some server/firewall limit number of users per seconds/period
– user7294900
Anything else that could cause the error ?
– Aditya
have you used cookie and cache managers in Test Plan?
– Chandra Sekhar Y