When i run my project with Localhost as LG my scenario runs inmediatly, but if I use a LG in other locations this is taking a long time, almoust 20 min or more, I tried to use 2...
When you start the test the controller will send the project content to the load generators. So depending on the size of your project, the available bandwidth and the network...
It is most likely an environment issue like with an antivirus blocking that exe to be installed. Do you have such antivirus installed on your machine? If yes you should try to...
It's difficult to answer such question since it depends on the technology used by this chatbot like WebSocket, regular HTTP request or any other PUSH technology. You may have to...
I have an application that accepts websocket connection. The application also sends messages on the websocket asynchronously. It means the requests are NOT ALWAYS initiated by...
When you record an application with WebSocket you will see in your user path a WebSocket Channel request. This request is where you will be able to see the data sent by your...
Hi,
Neoload is not able to identify media requests as i am using Wowza as a media server with RTMP protocol and when i am recording the video request in NeoLoad it is...
By default RTMP is not enabled for recording. Have you enabled it before recording your user path?
Also are you able to confirm that it's really RTMP protocol used for your...
i delete my directory on my hard drive and clone my project to the new repository but after it, the title of the form isn't up to date (mix of the new repository and the old...
I'm not sure to understand what you did. Which directory did you remove? Is it the local project folder? Or have you removed your git repo? But in that case you can't clone...
I need to test an app with TLS 1.3, but if I change the config file, the loader goes down.
I would like knowing what neoload's version supports that protocol.
NeoLoad uses OpenJDK 1.8.0_252 and the support of TLSv1.3 is not available yet. It seems that this support will be added starting 1.8.0_272.
You can check the enhancement on...
During recording my application is asking for a windows authentication login before the application login, however Neoload is not capturing the windows authentication part. I...
What do you mean by "NeoLoad is not capturing the windows authentication part"? This is not something that you will see in your user path if it's what you expect.
If you have a...
I have my Neoload scenarios on jenkins and i have the same version of my project local and on my remote repo when I am running the same scenario local and from jenkins job, i...
Hi I need to record a desktop app developed in .net and communicates over TCP/IP. I tried using the below method. "First option is to configure inside your application a proxy...