in my application, for a particular page, If measure the response time manually it is 10 sec but in the tool it is 25 sec. Basically the page has couple of queries, which was...
Have you checked that manually and in NeoLoad you have the exact same number of requests under that same page?
Also if you have resources make sure that they are not in the...
Getting NL-RUNTIME-01 error while start checking. Verified after disabling http/2 in advanced setting. But didn't worked. Attached error screenshot and log messages.
That error is related to the cipher choosen by the server for the SSL handshake. It is not secure and probably disabled in our JRE.
What you can try is to edit the...
Getting below error while trying to run test using NeoloadCmd.exe
Log:Logging to C:\Users\MyUserName\AppData\Roaming\Neotys\NeoLoad\v5.2\logs, as user: MyUserName Leasing...
It seems from the error message that your project is configured to use App Dynamics integration but your license does not have that module included. Are you able to run that...
When recording against an Oracle Forms application, is it normal to have empty_requests show up even when it appears other steps are being recorded successfully? We're trying to...
Few empty_requests recorded is a normal behavior. If you only have empty_requests calls and not any other Oracle forms requests with their methods then it's an issue.
If the...
I have a JavaScript tag <script type=.......></script>
I need to insert this tag into a script before I run the test. Is there is a place in NeoLoad to add/insert tags like...
What does that script?
If you need to replicate what a Javascript is doing you can only add that code into a NeoLoad Javascript from the logical actions.
My organization's load test is very data driven when it comes to providing valid data into our HTTP requests. This requires us to use a high amount of SQL variables when...
No it's not possible. The main reason is that we can't know in advance if a SQL variable is going to be used. In NeoLoad you can dynamically create variables for example through...
From a webpage response, we are extracting all occurrences of the data.
example: {id:1,ref:001},{id:2,ref:002},{id:3,ref:003}
Now, we have to post the all occurrences but...
Another way to do that is to split the value and join it again with that function:
function decode(encodedValue) { var decodedValue = encodedValue.split("ref:").join("ref...
Bonjour,
après un tir, lors de la création de la "Synthèse des résultats" sur notre contrôleur nous rencontrons un erreur d'affichage sur les statistiques contenant des...
C'est une erreur système indiquant qu'un second process à "locker" les fichiers que NeoLoad essait de modifier.
Cela peut être un anti-virus qui scanne les lectures/écritues...