This is the command I have given
-project "C:\Users\Documents\NeoLoad Projects\NeoloadScripts\NeoloadScripts.nlp"
-launch NeoloadExecution
-report "${bamboo.build...
I guess you are able to manually run that command line from your NeoLoad machine right?
Do you have other logs from Bamboo since it could be a permission issue to write data...
I have been running some break tests which see the server go down.
Rather than continuing to run the test, I would like to end any User Paths that get a Network Error.
Is...
There's no option to stop the test on specific error code but it would be a good enhancement. I would suggest you to post an idea on that community web site.
in my scripts All steps are in Action Container.while executing test script it is hanging at Login function in Action container which is first step launching webbrowser and url...
Do you use a different login each time? If yes is it from a file variable? Could it be an issue with the content of your login file maybe with some wrong data?
I would suggest...
Hello,
I am trying Neoload free version, in order to see if we could use it to automize our tests and to stress our GWT application. Currently I'm not able to use it and I...
The content of your GWT request is not the standard GWT content. The binary content should have "|" sign and in your case it's "~" sign.
I think it's the reason why NeoLoad is...
There's no option to bulk add an HTTP header in the requests. You can only do it manually on each individual request.
However, there's maybe a way to do it. You could use the...
For performance testing I need to upload a file and have the program extract information. Processing the file causes a loading bar to display. When running validation tests, all...
I do not know if it's your case but usually when there's a processing on backend server, there's a request polling that is issued by the browser to check the completion.
Did...
This question is related to my earlier question about combining the response time of redirection. While the suggested answer will work in that case, I am looking for a general...
We have built a system to parse the Neoload HTML/XML reports to showcase it to the stakeholders. Today our testers are running tests using Neoload in their own timeframes and...
In my http request I am trying to download a file. The request will look something like this.
http://servername:portnumber/somepath/abc.war
At the end of the request I...
Created the testscript using WSDL files. I am getting the error message while replaying the SOAP request:
HTTP/1.1 500 Server Error
Date: Tue, 04 Apr 2017 10:39:06 GMT...
The error from the server does not seem related to a SSL issue but only to the Basic authentication issue. Have you put your realm in the realm column in the server definition...