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...
Hello,
I am badly looking for a solution to this.
Scenario: When a tester look in to the NeoLoad report, the tester should see an information on which application build...
My only suggestion would be to have 2 Neoload build actions, the first is small and light and just calls the api to get the true build number, this could be written out to a...
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...