Hi,
I have a question here as the User load is affecting my script to fail in Controller. It is working fine if i input 50 users and do 50 iterations in Vugen but it is failing in Controller when i load 50 users.
It is working fine until 25 users and upto 30 users for a while and later it started getting failed for 30 users.
I know that there is a Load balancing happening in my Production environment with 10 users accessing 1 server and the 11th user redirected to another server.
As far as i know(i doubt) there is no such load balancing for Test server (as it is only used by QA and UAT people).
If so ? Is this the issue for my Script getting failed with 50 Users ?