How to use a value captured in a JavaScript?
Hi, the issue is the evaluate function is never called, you need some javascript above or below the function that calls it
View ArticleMy application automatically uses windows credentials for login.How to deal...
During a recording NeoLoad uses the Windows credentials sent by the browser. So the authentication is usually transparent during the recording.Nevertheless in the post recording wizard you should have...
View ArticleI want to change the default timeout-setting of 5mins. Where/how can I do that?
If your goal is to increase the runtime timeout then you can look at the NeoLoad documentation hereSame exists for recording timeout in the same file under [Recorder] section.
View ArticleHow can I record a script for testing upload file feature?
First of all you do not need to make 2 recording of different size files. If you succeeded with the 1MB you just have to replace the name of your file in the POST request that is uploading your...
View ArticleCustom Action Parameter not Updated to Saved Value
Hi,You should provide a display name in NLISOConnectAction.java.For example: @Overridepublic String getDisplayName() { return "NL ISO Connect";}
View ArticleWhat's the maximum number of Http/1 parallel connections in Population?
There's no limit on NeoLoad configuration side. However the default settings is most of the time 6 or 8 for all modern browsers. If you would like to run realistic tests i would not recommend to...
View ArticlePost recording wizard is not prompting and also no elements in Init, Actions...
Your proxy settings do not seem correct. First of all without NeoLoad do you use or need a proxy to reach your application? Check your browser settings to make sure.If you do not need a proxy then on...
View ArticleHow to exclude js,css and png files while recording in Neoload?
In the NeoLoad preferences under HTTP Recorder panel you can add exclusion URL's based on regular expression. You already have sample for server exclusion. You can add the same for any resources.
View ArticleCan we execute PL/SQL from Neoload?
Hi Abhishek, Have you looked here? https://www.neotys.com/support/neotys-labs/neoload-techno...
View ArticleNetwork error: An IO error occurred sending the Rest HttpRequest?
In the check virtual user panel hit the Advanced button and select the browser settings. From here you can disable HTTP/2. Could you try a new user validation with that option disabled?I attached a...
View Articlehow to pass dynamic token in next request in neo load?
How this token is generated? Is it token known in advanced that can be put into a NeoLoad variable or do you need to generated them from some code like with JAVA or Javascript? Or is it a token coming...
View Articlehow can we disable collaboration on a project ?
You can simply save your project as another name and it will automatically unshare it.
View ArticleHow to combine RegEx and variables in response validation?
Hello Miroslav,Can't you use two assertions in the whole response on that same request ? The first one based on the documentId, the second based on the ${Document_Checklist.DOCUMENT_ID}Best...
View Articleiteration and time policy?
Hello Younes,Your total of transactions is 1000. From that, you need to know the number of virtual users capable of processing that many. Each virtual user can go through multiple iterations using...
View ArticleResults->Execution context->displays Pacing as ' No pacing' even after...
The pacing information in the report is related to the pacing of the 'Actions' container itself, not pacing on Transactions inside 'Actions'.
View ArticleImporting Swagger with SSL client cert?
Accessing certificate or password protected URLs is not supported. You have to download the Swagger file on disk.
View ArticleExtracting values from JSON response depending on another value
Hello Raj,Did you try a normal extraction ?Assuming the type "type4" is fixed and that the id can change :Beginning by : "id" : "Ending by : ","Type" : "type4",Extract all occurrence.Best...
View ArticleHow do you compare recorded user paths?
If your goal is to compare two requests from two different recordings (or simply two requests) then simply highlight both requests holding the CTRL key like you would do in a regular file explorer....
View ArticleHow to call a transaction every n iterations
the action_counter variable would tell you the current iteration. You could then pass this to some JavaScript (see actions section bottom left) that calculates the remainder and sets a variable. You...
View Article