When I validate my script through 'Check a user path', the entire script is getting executed in around 30 Sec but when I am running my script for 1Vuser and 1Iteration, It is...
What you describe is not the response time but the user journey duration. When validating your user path the think times are not executed which is the default behavior. It can...
I have a population with 28 userpaths and I distributed the users percentage wise and I am trying to execute the test with 20Vusers .
I see that while executing the test only...
Hi Anuradaha,
When a user is launched, it will iterate over the same script. So if you launch 20 VUs, they will pick 1 script each, 20 in total. There's no way to use more...
I want to know the usage of Executable test scripts in Advanced actions. Which extension file should I provide. I have given a .txt file and It has opened the file and closed...
You can call anything with this, for example a batch file (vbs, shell script, executable, etc) that does stuff, copies some files, runs a functional test tool, opens notepad...