Hi,
NeoLoad GUI gives an awesome feature where in you can compare two results and can generate a comparison report...
Can we do a similar thing when we run the load test...
This option exists through the command line. I would suggest you to look at the NeoLoad documentation here for available options.
There are two options: -comparisonReport and...
Hello,
I am trying to run my Neo Load test scripts with CI tool jenkins , and I am successful in doing so. But it runs against the server which I used while recording the...
In the coming NeoLoad version available mid-September there will be an option to override a variable to a specific value through command line.
So by using a constant variable...
I have a system I want to test that uses unique users for each user path iteration. The data variable is working just fine BUT once it hits the end of the iteration for the...
If you would like to control the number of iterations the best is to run your test with duration policy by iteration and not by time otherwise the users will continue to iterate...
Hello All,
I am scripting a test application (web).
I setup the runtime parameters "Reset user session and emulate new browser between each iteration" = Yes
But the execution...
If you use the option to reset the session between each iteration then all user information like cookies, cache, variables are reset. That's why you get that "Session Expired"...
Hey All
I have a GET request that with the following params "xxxx.aspx?width=300&height=200&ext=.mp4 HTTP/1.1"
It is returning a 206 response code which is according to...
Your GET request should have a header like this: Range:bytes=0-999 requesting a range of data instead of the full content data.
That may explain why the server sends back an...
Hi Team,
We would like to know how we can view client side measures like time taken for DNS lookup,TCP connection and Redirect time and SSL handshake for a HTTP request...
Hi, I am in situation to use a trial version to create scripts in 6.0 version and then would I be able to use it with 6.0 version?
Please share some links or inputs to confirm...
we found a problem after migrate from 5.2.1 version to 6.0 version, the problem is about record oracle forms, the oracle forms is not opening, only a blank jar window is...
Hi Team,
While recording our flow with neoload we encountered a message Couldn't load payframe-client javascript which aborts the flow and the page resources arent loaded...
It might be a SSL issue. Make sure that you have loaded the NeoLoad certificate in the browser. Also while recording you can display the web browser console to see the status of...