Not a question, but an observation: If you need different variables of type Random UUID in Neoload 5.1.3, you cannot create them by "duplicate" since they will have same values...
I want to capture all the sensor (touch) of Mobile camera(android native app) and also want to do the many other activity through the neo-load on the andriod camera like...
NeoLoad is only able to capture the HTTP/HTTPS traffic between your mobile and a server. By using the camera you won't have such exchanges with the server. That's why NeoLoad...
following error is observed intermittently.
Error Code: NL-NETWORK-01
Message: Network error: An IO error occurred sending the request.
Details: java.io.EOFException...
This error is not NeoLoad related after 5.2.2. It means that NeoLoad sent the request but the connection has been cut before receiving anything from the server.
It's a kind of...
Hi,
I got a 400 error when posting a large JSON.
When i saw the request content after the validation step, i found that the JSON body was reduced.
Do you have an idea...
The encoding used during the recording is based on the content of your request and related to the charset used in the request.
I guess if you use this kind of header...
This ${BUILD_NUMBER} variable is a Jenkins variable. I used that exact syntax below and i did not have any issues:
MyTest-$Date{yyyy-MM-dd_HH.mm} (build ${BUILD_NUMBER})
My...
The permission issue is maybe something specific to your environment. Those folders are created but they should be at least rw for the user that is creating them. So maybe you...
Need to be able to install and run NeoLoad on a Unix server. Does the local machine need to have windows rights access in order to install NeoLoad onto the server? Are there any...
Please add the ability in NeoLoad version 5.2.x and 5.3.x to be able to choose/toggle between the "legacy" http client, and the new, re-written http client when designing a User...
Do you have some example of issues that you have in 5.2/5.3 but not with the legay HTTP client?
You're right the current HTTP client is more restrictive but it's not the goal...
Average 90% is the average where we removed the extrema i.e 5% of the min and max values.
This average is useful to remove the statistics that are sometimes meaningful like...
You can't pause a running test but you can decrease the load by stopping the virtual users till 0 and increase them later on.
This is done in the Runtime section while a test...