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...
You could extract the addressId and the houseNumber at the same time to make sure that they will still be from the same selection.
For example, if you switch in advanced mode...
I created my own JAVA code from Eclipse and i created a JAR file that is working fine. I put the JAR in the "<neoload-project>/lib/jslib/" folder but i have this error when i...
That error is a very generic. Basically it means that NeoLoad was not able to use your JAVA code. It can be because of the content of your JAVA code (private instead of public)...
Hi,
I have created a shared queue from which the values will be consumed as well as added.
I have two scripts script 1. Add the value to .csv file (shared queue) script 2...
I was able to reproduce the issue in NeoLoad 5.0.xx. It seems to be a regression since 5.0.
In 4.2 the values are correctly saved in the swap file. I will open a bug for that...
Hi,
I am unable to view values in the shared queue .csv file.
I can see thought Neoload runtime that the values are used but when I open the file there are no values in the...
I'm confused about the description of your issue. You said that you are able to see the values used? Do you mean that your VU's are only consuming the values or also adding...
Je rencontre des difficultés pour scripter un scénario.
J'ai isolé le souci, il s'agit d'un problème de guillemets.
Voici le premier souci que j'ai rencontré, sur une...
La valeur d'un cookie doit être entre des guillemets si elle contient des caractères "interdits" tels que la virgule, un espace ou un point virgule. La valeur de votre...
NeoLoad works at protocol level. That means he will replay your HTTP requests but during a test it will not render the HTML pages like a client browser can do.
That's why it...
That's weird. Does it happen all the time even without providing any container name?
What is your OS version? Are you using NeoLoad from a remote connection?
There's a known issue when you upgrade NeoLoad from 5.0.2/5.0.1 to 5.0.3. If it's what you did, please download the full 5.0.3 installer from Neotys web site and install it on...
Hi,
What is the max values that can be used in 'Counter' variable?
We would like to start the counter with a 10 digit number but I think the maximum value it accepts is...
The Counter variable uses a 32 bit integer. So the max value is 2147483647. If you would like a counter with 10 digits you could concatenate two variables. If only the end of...