I want to pass variable in Neoload script when running neoloadcmd non gui mode I am using -variables test_env=qa-env.com and I am using it in script ${test_env} also I have...
The -variables option should do the trick but make sure that this constant variable test_env already exists in your projet. This "-variable" option overrides variable content...
I have two populations and I want to trigger an event on Population A , when Population B reaches x amount of users. Is there a way to know how many users for Population B...
Let's assume you have a File variable, but you are not always certain the number of values in it each time. You want to run 2 or more loops using this file variable in each one...
You need to use Javascript logical action and code to parse your File used in the File Variable to get a line count. This line count value can then be used to run your loop...