Hi, I am currently able to run a test through command line with different variables, as mentioned in the 6.2 documentation.
But, is there command line script where I can...
Not directly, but you can create a Scenario with 1 User in 1 population for 1 Iteration of a 1 VU constant load and call it from the command line (or Runtime API).
Hi, I am trying to capture a dynamic session id at the POST parameters request (see attachment). When I go to the Variable Extractor I do not see after selecting the magnifying...
Dear Drea,
The request you are showing is the Form (and session ID) that is submitted.
You must extract the session ID from a previous response. You can use the...
Under Advanced Tab we have two options "In Parallel-HTTP complaint (default)" and "Sequentially-in the order defined in the page". Now I want select second option for all...
Dear Garisanoori,
The setting cannot be applied automatically on all pages. We designed it as a punctual workaround for the rare cases when the parallel execution doesn't...
Hi Team,
I have heard that auto healing is a new feature available in market to avoid correlation/parameterization during update from existing script in design phase. Is that...
Dear Jagadeesh,
Yes, NeoLoad has such feature, with two variants: the manually triggered process using a Wizard, and the fully automated process.
I'm talking about the...
Hi,
I get a 504 Gateway Timeout error every few hundred requests while running my tests. Please see the response below. The requests have nothing special about them to get...
The NGnix-based gateway between the Load Generator and your tested application raises time-outs.
504 means that the time-out is raised when the gateway waits too long from...
I understand that HTTP/S, HTTP/2, and SOAP are included in Standard, Professional, and Enterprise License. My client plans to do loadtesting with HTTP/2, WebSocket, and HLS. I'd...
On the Licensing side, there's no specific requirements for HLS.
On the technical side, in a Nutshell NeoLoad does not provide a native support and it requires an advanced...
How Get the end user experience times for a single page application.
Selenium integration talks about the new page access where url changes for the different page. But how to...
There's no built-in mechanism to handle Single Page Apps for the moment.
If you can measure the time by yourself between an action on the application and a change in the DOM...
Hi All,
Is NeoLoad actually using a browser instance to make server requests?
I am new to neoload and trying to understand as how the requests are made to the server. After...
Did you variabilize your login? The error seems related to the fact to have two virtual users logging with the same account.
You should use a CSV variable that lists all your...
I have a Selenium test project written in C# which I want to integrate with NeoLoad. This Selenium automation uses NLWebDriver to drive the test and I was able to run this test...
Hi !
The Selenium driver allows you to do two kinds of integration with the same script: measure end user experience, or script maintenance (recording and update of a User...
Is it possible to either send a mail or create a file, if during a longer running test (ie. 20 min) an error happens, for example if an ascertion fails? If so how, via Neoload...
Hi Alex, there's no alert feature in NeoLoad.
If you''re ready to write a script or program that does the thing, NeoLoad Web API allows you to get at runtime the global...