Is it possible to export metrics (response times throughput, HW utilization) from NeoLoad to external DB e.g. Graphite or InfluxDB in real time during the test run?
Hi Yuri,
As NeoLoad Web will progressively become the central part of the NeoLoad platform, the API that retrieves NeoLoad data, live and after the test, has been implemented...
Hello there!
I am trying to save a response of a http call into a variable so I can manipulate it on a javascript. Is there a way to access the response from a context...
Hello there!
I am trying to save a response of a http call into a variable so I can manipulate it on a javascript. Is there a way to access the response from a context...
Hello there!
I am trying to save a response of a http call into a variable so I can manipulate it on a javascript. Is there a way to access the response from a context...
I understand.
As suggest, you can run a small test for each kind of data (it has the benefit to average different calls with the same kind of date to get a more reliable...
Hello there!
I am trying to save a response of a http call into a variable so I can manipulate it on a javascript. Is there a way to access the response from a context...
Hi Mussafir, there's currently no-way to get live a response time measured by NeoLoad.
Why do you need it? There may be alternate way to solve your problem.
Sorry, I am new to testing and Neoload, so I am still confused about how Neoload works.
Currently, I am testing a cloud application(an application for project management)...
Hi Sunny, if the login is required to access the third part, i.e: if when accessing this third part directly a login is requested, then you must keep the login part.
You may...
Hi there!
I would like to try to substitute parameters inside another parameter. The reason is that I would like to avoid a huge file of parameters, since the mix of N X M is...
Hi Ageao,
You can handle it through the Javascript action.
You should use the parseString method : context.variableManager.getValue("TextADAD${Param2}BCSDST")...
We have scheduled neoload to run from Jenkins and got a customized graph for 95th percentile.
On the Y-axis the graph is displaying as percentile which is misleading ideally...
There's no option to change this label: the plugin is designed to display the statistic used (min, average, max, percentile,...) not the unit.
For your information, the...
I just create a variable in Neoload,which name is CenterID.
Its value is from a "csv" file with 5000+ data.
And each time it choose one random value as its current value...
Hi Andrew,
For Table/File variables the syntax for context.variableManager.getValue() is {CSV_Variable_Name}.{ColumnName}
Ex: getValue("Accounts.login")
I am trying to create a SLA profile where if Avg. Transaction Response time is greater than or equal to 5 secs, show the status as failed. And if between 3-5 secs show a warning...
Hi, the simplest way is to set:
>3 Warning
>5 Error
(Error status overrides the Warning status)
You don't need the Between.
Regarding the "between" operator there's a...