I have an asp.net/Razor app that I like to perform a load test on, but NeoLoad reports the error "java.util.concurrent.ExecutionException: org.eclipse.jetty.websocket.api...
Do you say that this id is not coming from any server responses? If you use the Flags request feature in NeoLoad and use the fourth option which is to search on server responses...
I have an asp.net/Razor app that I like to perform a load test on, but NeoLoad reports the error "java.util.concurrent.ExecutionException: org.eclipse.jetty.websocket.api...
The server sent back an HTTP 404 instead of an HTTP 101 for the switching protocol. So you should check if the URL does not contain any dynamic content or any other parameters...
i'm trying to launch my scripts with apis , so in my scripts i m using a list that contains data and information of my users account (id , mail , password ) , i tried to start...
The goal of the Variables fields in that REST call to start the test is to override existing constant variables like you can do in command line. You can't use other type of...
I have captured all values to json which is like this:
captured_json=["2.13","1.212","1.313","13.23","20.666"]
when i try to use sort function in java script action like below...
I have captured all values to json which is like this:
captured_json=["2.13","1.212","1.313","13.23","20.666"]
when i try to use sort function in java script action like below...
I've tried the JS code below and it did the job.
var captured_json = ["2.13","1.212","1.313","13.23","20.666"]var sorted = captured_json.sort(function(a, b){return a-b});logger...
Current Neoload validation only returns 301 or 307, but running the same tests on postman return correctly. Is there an option or setting that needs to be changed? See the image...
If you can run it from Postman could you edit the Postman preferences and add an HTTP proxy which will be the NeoLoad proxy. So if Postman and NeoLoad are on the same machine...
Current Neoload validation only returns 301 or 307, but running the same tests on postman return correctly. Is there an option or setting that needs to be changed? See the image...
Thanks for the clarificaitons. You said that from Postman it works. On your first request do you manage some dynamic parameter values or is it static values and so it's always...
Current Neoload validation only returns 301 or 307, but running the same tests on postman return correctly. Is there an option or setting that needs to be changed? See the image...
I removed your project from the attachment. Since this forum is public you should not attach your project file but only some screen shot.
If you have a valid support contract ...
i'm trying to launch my scripts with apis , so in my scripts i m using a list that contains data and information of my users account (id , mail , password ) , i tried to start...
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...
Something is slowing down the initialization process. Could it be a low network bandwidth or high network latency?
You should open the Windows task manager while starting the...