No it's not really the goal of NeoLoad. The NeoLoad proxy will allow you to capture the HTTP traffic but the goal in NeoLoad is to replay those data and it's not necessary the...
we have created a yaml file to override some parameters from the project but when it comes to the variables you can only create variables: constant, file, random and counter. So...
Since you override some variables i guess you are using a NeoLoad project right? But then what do you want to override? There's a difference between creating a variable in the...
Hello Team,
I did few steps for recording mobile application
1. Installed certificate in Android Device.
2. Controller and Android Device both are in same wifi network
3...
Did you get that error recording a native mobile application or from the browser in your mobile? If the former please try with the browser on the mobile and check if you can...
Hi Team
i have recorded native application successfully but while validating script getting " NL_network-01" error.
Please find the below details:
Error Code...
I can't tell if it's an application issue or expected. That header will tell the server to close the connection after sending the response. That means that it's not a keep-alive...
Hello,
Transaction is a set a one or more pages.
HTTP requests are played in parallel by default on Neoload.
I would like to know if it is possible to play multiple pages...
If you would like to execute some pages in parallel the only way is to put them inside fork logical actions. Anything inside a fork is executed in parallel of the main thread.
Hello,
We need response time percentile for pages. By defalut, Neoload does not calculate it. Percentiles only exist for transaction.
Why is that ?
Best Regards...
Percentile statistics an only make sense if it is done on raw data. NeoLoad does not store raw data for pages and requests. That's why it's not available.
Having raw data for...
Hi Team
i have recorded native application successfully but while validating script getting " NL_network-01" error.
Please find the below details:
Error Code...
Ok you're right the HTTP 400 is not related to the network issue. Regarding if it's HTTP/1.1 or HTTP/2 it can't be HTTP/2 since your URL is not HTTPS but HTTP. So that's not...
I am new to load testing ... wanted to understand what will be ratio of user we should run . I mean in my system we have 100 user hitting our system at a time . What should be...
It depends if you would like to run performance testing or load testing only. But basically if you would like to get performance metrics 100 concurrent users should be enough...
Hi Team
i have recorded native application successfully but while validating script getting " NL_network-01" error.
Please find the below details:
Error Code...
You should revert back your modifications about the certificate in the NeoLoad preferences. Your issue is not related to that.
The network error is a kind of connection reset...
I am running my load test where it takes dynamic data from file. in my Report i can see few error. is there any way i can see at which record it fails ? i can see the page which...
In your user path add a NeoLoad Javascript action and use one of the logger method described in the NeoLoad documentation here
Then as already said if you use for example a try...