We were trying to evaluate Neoload for our application which also uses websockets.
Neoload Free Edition v 7.0.2
I have create a websocket channel and a request and when I...
The Websocket request are asynchronous request. That means that in NeoLoad we do not expect a response in that request instead you should see a WebSocket channel entry in your...
Hi, I am unable to check a virtual user path as it fails with an error message "Load generator:7100" and one more aspect to note is that the agent version cannot be upgraded as...
From the logs we can see that the agent is able to start but then the controller got an error when connecting locally to that agent. So it seems that you have some securty...
Hi,
I encountred a problem when I validate a recorded script. In fact, in the record phase, I have this request parameter :
{%22type%22%20:%20%22...%22tsp%22...
Some characters are unsafe in the value and NeoLoad has to encode them whatever the option checked or not. The NeoLoad HTTP client does it by default.
The issue here is some of...
After replay the response is:
{"success":true,"code":200,"message":"Liste des fiches terrains","fieldNameError":null,"fichesTerrains":[]}
During capture the response is in...
Is it really the recorded response that you provided as i can see some values like "${users.Ref_mission}" which seems to be a NeoLoad variable?
Also i do not see that...
Hi, I am unable to check a virtual user path as it fails with an error message "Load generator:7100" and one more aspect to note is that the agent version cannot be upgraded as...
This message is due to the fact that the agent is with the red status. Before running the checkvu do you already have the red color for the localhost agent?
If yes then the...
i have 12 apis and have to test with a load of 10000 users in neoload i am just adding each api individually it is taking more time bcoz i ahve to add parameters of api for...
In postman you can define an HTTP proxy. If you define the NeoLoad proxy "<NeoLoad_IP_machine>:8090" and start the NeoLoad recording without starting the browser then you will...
While validating the User path, I am getting 'The Specified URL cannot be found'. Application is working fine manually and all dynamic parameters are also handled.
The page you have selected has an HTTP 302 status code which is a redirection. The HTML rendering might be normal. Instead you should compare the response that you get during...
Hi, When I open Neoload and start a recording. the Recording tab appears but my chrome browser does not appear. Once I end the recording because I cant do anything and re...
Hi,
I am getting error while recording https application. I am using Neoload 7.0 for recording.
The application uses below SSL:
TLS 1.2
TLS_RSA_WITH_3DES_EDE_CBC_SHA...
That cipher "TLS_RSA_WITH_3DES_EDE_CBC_SHA" with 112bits key is weak and disabled by default in NeoLoad. You can try to add it back but i'm not sure if the NeoLoad JRE will...
version 6.10.0
NeoLoad CurrentDate variable doesn't get updated during runtime.
I have tried Local and Global and each change policy but each run inserts the datetime when the...
I can't reproduce that issue in NeoLoad 6.10. Could you provide more information about your use case like when/where and how often the variable is called?