Where do you add those custom graphs? Do you mean that only avg/median are showing 0 but others are working?
Do you have a screen shot that demonstrates that?
Hi,
I would like to compare the variables extracted from Neoload between 2 iterations. In my script, I am using variable extractor to get more than 20 variables.
It is...
Does Neoload has any method or function to upload file, as in our application Neoload records all the data values from the file which are difficult to parameterize, so any...
The method to upload a file depends on your application. Usually it is done through a POST multipart request and in that case you have in NeoLoad a link to the file that you...
Hi,
The feature to add Vusers during runtime is available but is it possible to add Vusers to a particular Vuser to a specific Load Generator during runtimg?
Thanks,
Raja.
You can only increase/decrease the number of virtual user at the population level. Then depending on your initial configuration for the load on each load generator, the virtual...
Hi,
I had scheduled a test for a duration of 1 Hour. But the test stopped automatically after 15 min.
After analyzing the results I found that in one of the server %TCPv4...
The only trigger that can stop a test before the scheduled time is a variable that is configured to do so when it runs out of values.
So you should look at your variable...
scenario:
There are two drop downs Street and House number on a same page. When we select a value in street drop down we get to see the available house numbers for that street...
Those limits are the number of characters that the regexp will seek after addressId. 10 is the minimum and 150 the maximum. I chose them but it is just an example, i could have...
I have two variables of type list (Accounts & Accounts2)
Accounts has 3 columns: login, passwd and name
Accounts2 has 2 columns: login and passwd
In the action-block I...
You can't override the value of a variables like that. Your setValue("Accounts.login",al) will create a new variable called "Accounts.login". "login" is not a column name here...
scenario:
There are two drop downs Street and House number on a same page. When we select a value in street drop down we get to see the available house numbers for that street...
That regexp should work. It will limit the number of characters that is expected between addressId and houseNumber:
"addressId":"(\d*)".{10,150}houseNumber":"22"
Replace 22 by...
My script had a dynamic SessionID. I added it into the 'Variable extractor', but when clicked 'Search and replace' to let NeoLoad handle it automatically, I only got message...
I do not think that the "-" sign is why the search did not find anything. It's not really a special character. I'm wondering if your "SessionID" is a cookie value?
In that case...