I'm testing against a website that has javascript hosted on a third party https location.
When I browse the website, I get the option to click advanced and proceed, but the...
This "ERR_INSECURE_RESPONSE" message seems still related to certificate error. If you record any HTTPS website with NeoLoad do you get certificate warning from the browser? For...
Hi,
I have a GET request where session id has to pass. I am successfully extracted the session value from the previous request and replaced in all the required requests. But...
You should look at your server definition in NeoLoad if URL rewritting is enabled. If yes then you may need to disable it since it may automatically replace your SessionId value...
The object window are used with web browser to allow access to browser window and HTML page. In NeoLoad we use Rhino which is an implementation of ECMAScript/JavaScript 1.7...
I have been using 5.5 for sometime and now updating to 6.1.2 and I cannot get the LG's to connect to the Controller. Has the operation or setup of this changed somehow for this...
There's no difference between 5.5 and 6.1.2 in that area. But are you really talking about 5.5 since you said that you tried to get the LG's connecting to the controller.
If...
One of the variable extractor in my script, fetching the value during 1st loop execution and passing it through the script. But the same not fetching the value during repeated...
Looking at your screen shots it seems that your variable extractor is configured to extract all occurrences. Do you need to evaluate the extraction on each loop iteration?
Also...
One of the variable extractor in my script, fetching the value during 1st loop execution and passing it through the script. But the same not fetching the value during repeated...
Hi everybody,
I'm recording test cases with neoload, and when I run the test or use the "Check User Path validity" Function, I get several test steps with the following...
I guess you are using the JAR and framework from the Neotys Labs right?
It is experimental and it has only been validated on Vaadin 7.xx versions. But you can freely use it as...
I am trying to create two different web socket channel for a single user . First one got created succesfully but while creating the second one, getting below error :
Error Code...
The short answer is yes it's possible to have two WebSocket channels in your script. Nevertheless you may check if your application allows two channels created by the same user...
You can get the current iteration number using the NeoLoad Javascript API.
For example like this: context.currentVU.getCurrentIteration();
You can't know the last iteration...
If your goal is to upload a different file at each user iteration then the best is to copy your files into the <project_folder>\custom-resources folder.
Then in your POST...