Have configured the NeoLoad machine and mobile, but not able to record anything.
Have tried http://<IP>:8090 on mobile browser but it shows 'This site can't be reached'.
How...
I do not have any version of Neoload installed in my system. But when I am trying to install a Neoload 7 free version, I am getting "could not install Controller agent " and...
I would assume your windows user does not have the required admin permissions to install windows services, you should install with an admin account if you need these as services...
During long running test like Soak, we observed that, the runtime errors screen is freezed and couldn't get the latest errors. We had to stop the test and re-start again.
It...
In the controller.properties file you will see in the Results section...
max.errors.store.count=20000
(It is the number of error to store on disk on Controller side. When...
During long running test like Soak, we observed that, the runtime errors screen is freezed and couldn't get the latest errors. We had to stop the test and re-start again.
It...
Ideally you should look to deal with these errors first, are you using try/catch in your tests as most of these might be fallout from earlier errors and not genuine issues. I...
During long running test like Soak, we observed that, the runtime errors screen is freezed and couldn't get the latest errors. We had to stop the test and re-start again.
It...
How many errors did you see? I believe there is a buffer limit of 20,000 errors. This can be increase but it might be you just filled this up? just the fact that you said it...
When playing back a script NeoLoad is handling the cookie (correctly) but one particular transaction in the application updates the value of the X-AUTH-TOKEN, however this is...
Yes, you can use a variable extractor to get the cookie value from a response and then the javascript api call you mention above, SetCookieforServer
https://www.neotys...
I am trying to integrate selenium automation script (JAR file) with Neoload project scenario. While I was running the scenario , I see a warning message like "Advanced WAN...
Neoload is a protocol based testing tool, it will be sending http/s type requests to a server. It's ability to kick off a functional test does not replace the protocol approach...
When playing back a script NeoLoad is handling the cookie (correctly) but one particular transaction in the application updates the value of the X-AUTH-TOKEN, however this is...
Ah, I misread it, I thought it was the other way around, this should all be automatic, if Neoload sees a Set Cookie in a response, it will use the value in later request headers...
I need to pass authorisation header which is of the type 'AWS signature' in my HTTP request. As part of this authorisation header access key, secret key,aws region and service...
When playing back a script NeoLoad is handling the cookie (correctly) but one particular transaction in the application updates the value of the X-AUTH-TOKEN, however this is...
The xauth cookie isn't there because it wasn't part of the original recording, it wasn't needed then so are you sure it is needed in this request now? you can extract the new...