When a recording is started NeoLoad tries to connect to the SAP Logon process if it's already started. That error is raised when NeoLoad is not able to attach to that process...
I have a script that periodically sends websocket messages using Websocket Request. Is there any way to detect (and handle) the case when the websocket is disconnected, either...
Yes i meant to add a copy of your WebSocket channel. If for any reason the connection has been closed we can't reuse the same so it will be a new connection. But again it should...
I am trying to configure a SOAP API. So I originally recorded the soap request from SOAP UI tool. Then when I ran the request I got a WSSecurityException which lead me to...
I tried to google that error message since i've never encountered it but it sounds that your keystore cannot be read or does not have the expected format. Could you only export...
I have written a java code which returns same variable. when i call it from javascript is it possible to store the returned values in my variables? if yes what is the syntax?
In NeoLoad design section if you drag and drop a Javascript from the action area you have a squeleton of examples like how to get a value from a variable or how to store a value...
I have a script that periodically sends websocket messages using Websocket Request. Is there any way to detect (and handle) the case when the websocket is disconnected, either...
There's no built-in mechanism to detect that a WebSocket channel has been closed before trying to use it sending a WebSocket request.
Obviously you should check why the...
Hello there!
I am looking for an option to obtain the response size of a response. In the forum, a suggestion mentioned to extract the size from the headers. What happens if...
There's no other way expect like you saw to extract from the HTTP headers. The HTTP response should have that content lenght header. What is the goal getting the response size...
After clicking Start checking, I get the following error Load Generator Localhost:7100 Unavailable. I have confirmed that new Java is populating in the task manager. Need help...
So if the JAVA process started did you see any CPU activities on your machine related to an anti-virus or else?
How long does it take to get the error?
Could you check your...
We have 250 concurrent user license installed on one VM Machine.
We need to transfer license from our US region VM to Cloud VM.
Just to give you background, our existing...
There's no built-in monitor in NeoLoad to monitor applications/servers deployed on Azure. I would suggest you to post an idea to get feedback from our product manager on such...
During replay Neoload automatically suffixes the URL with '?=)' and hence causing a failure.
For example. www.google.com/?=)
Note: There is no Name/Value columns to the URLs...
It's not clear do you get that issue on any URL's or only some of them? If i understand correctly you do not have any request paramters configured for your request right?
Could...