Hello there,
I have a script which is recorded by Chrome and then when I am validating it I see that all requests are executed one after each other.
Is there a way how I can...
By default NeoLoad executes the first request and then the rest is executed in parallel using at maximum 6 different connections like a browser. Do you see your requests...
I see that there is a JavaScript libraries tool and I guess that we can call a function from the library and pass it arguments but how is this done from the script? I cannot see...
If you are talking about the new library included in NeoLoad 7.1 it is documented here
Otherwise you can drag and drop a Javascript action in your user path and call your...
Hi,
I have created a post request of Post content type multipart form data. In that I need to attach files of diffrent types-
.doc, .txt,.csv,.png. The content type for .csv...
During Installation of WAN emualtion on the remote machine,suddenly connnection to the remote gets disconnected.I found that remote machine got crashed due to Wan emulation...
@Divya it seems that it's a signature issue. On some Windows the signature does not seem to be accepted. It's not linked to the version since it may work fine on Windows 10 or...
During Installation of WAN emualtion on the remote machine,suddenly connnection to the remote gets disconnected.I found that remote machine got crashed due to Wan emulation...
Hi,
I try to create a loop with a while loop who will change value from variable file each times it will be execute.
Do you have any idea about this.
Regards,
I am having a situation in which the HTTP server there is no port exists, base on my limited knowledge by using neoload, it seems Neoload refuses to set up a server without a...
There's always a port in the URL but if it's the default http or https ports it can be omitted in the browser url bar. So if your URL starts with http then the port to use in...
First of all make sure that you are not using the x86 version since in that case the maximum size is around 1.5Gb. Plus i assume that you have at least 2GB RAM available in your...
We have given a pacing of certain time(Say 600 Sec) , It works properly when the itreration completes without any error. But when an error occurs the pacing time is getting...
By default the pacing is not used in case of error. But this can be configured in the NeoLoad preferences under Project settings tab and Runtime parameters section.
I have a project with 1 server ARR and 2 IIS server.
The project contains 2 transactions, each use a diffrent cookie ARRAfinity to commit database informations. I want to...
Is it the only cookie that is used because you could use the Javascript method "clearCookies()" to clear the cookies between the two transactions.
Regarding your code it's...