Recorded https request, and during playback I get the following message.
java.io.IOException: Connection closed during ALPN Negotiation
All certs have been imported in neoload. No issues whilst recording.
Recorded https request, and during playback I get the following message.
java.io.IOException: Connection closed during ALPN Negotiation
All certs have been imported in neoload. No issues whilst recording.
Getting this while checking a user path:
Message: Error occurred while executing WebSocket channel. Details: java.util.concurrent.ExecutionException: org.eclipse.jetty.websocket.api.UpgradeException: Didn't switch protocols, expected status <101>, but got <404> at org.eclipse.jetty.util.FuturePromise.get(FuturePromise.java:138) at com.neotys.nl.c.b.JettyHttpClient.executeWebSocket(JettyHttpClient.java:863) at com.neotys.nl.controller.w.d.a.d.a(d.java:82) at com.neotys.nl.lg.engine.n.b(n.java:409) at com.neotys.nl.lg.engine.n.internalExecute(n.java:338) at com.neotys.nl.lg.engine.l.a(l.java:146) at com.neotys.nl.lg.engine.v.c(v.java:125) at com.neotys.nl.lg.engine.w.internalExecute(w.java:83) at com.neotys.nl.lg.engine.l.a(l.java:146) at com.neotys.nl.lg.engine.v.c(v.java:125) at com.neotys.nl.lg.engine.w.internalExecute(w.java:83) at com.neotys.nl.lg.engine.l.a(l.java:146) at com.neotys.nl.lg.engine.H.i(H.java:251) at com.neotys.nl.lg.engine.H.internalExecute(H.java:98) at com.neotys.nl.lg.engine.l.a(l.java:146) at com.neotys.nl.lg.engine.c.a(c.java:179) at com.neotys.nl.lg.engine.c.run(c.java:110) Caused by: org.eclipse.jetty.websocket.api.UpgradeException: Didn't switch protocols, expected status <101>, but got <404> at org.eclipse.jetty.websocket.client.io.UpgradeConnection.validateResponse(UpgradeConnection.java:352) at org.eclipse.jetty.websocket.client.io.UpgradeConnection.read(UpgradeConnection.java:280) at org.eclipse.jetty.websocket.client.io.UpgradeConnection.onFillable(UpgradeConnection.java:196) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:265) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:197) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:265) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:75) at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:213) at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:147) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) at java.lang.Thread.run(Thread.java:745)
I ran docker-compose-external-mongodb-ssl.yaml, but i forgot to capture the initial login password. how to i reset ?
I know the location of the Documentation appears when we open up the NeoLoad, but I am in need of the PDF version because I want to print it out as a book and read it as a book, not using a computer screen.
It appears to only show the front page of the report, and not the rest of the report in Word RFT.
The report appears fine in PDF, but not in word.
Also the comparison report works fine, but the single "standard report" only appears the first page.
I need to compute the current month minus 1. For example if the current month is December (12) then I need to pass the value "11" via the variable. (The server uses month with Index 0.)
I can see how to use CurrentDate and also Date, but I can't see how to write an expression to manipulate the CurrentDate (ie MM-1).
Is it possible?
I have been playing around with NTS and wanted to know where the script gets saved once it is shared. I understand we create repositories, but does the shared project get saved as .nlp file on the NTS?
I use Neotys Team Server to share a project between my local computer (version 6.7) and a VM (version 6.5).
When i want to load the shared project, i have an error message :
The path ".../svnroot/..." can not be found. Neoload has found no compatible version with this project
I am working on a perfromance script to integrate the Selenium scripts with Neoload. I have completed the integration part on the local machine and all is good up to this point. All the resources, jars, parameters and other dependencies are placed in the "custom-resources" folder of the project. Now the requirement is to export this project to a Load Controller and execute the selenium scripts wih a large user base. I see that there is no java and chrome browser available in the Load Controller /Generator. I am stuck at this point as the same scripts which ran locally does not get triggered on the LC. Please advise if java needs to be installed on the LC for successful execution of the selenium scripts and further if it needs to be installed on the the LGs as well?
je souhaite ajouter les conditions à mon script Neoload. Comment faire?
The application which we are testing is a single sign on CRM application.It automatically takes my windows domain username and password for authentication.If at all we need to change the credentials,we have to run the browser as different user and launch the application.But I'm not able to capture this authentication using Neoload.
Is there a feature in Neoload Web where I can Compare two Executed test reports as in Neoload GUI?
I wanted to Test the Mainframe Application Data to produce 1000+ Combination of Values. Is this Possible to proceed with Neoload
I sent an ISO 8583 with neoload, but the problem is that the server don't receive my bitmap, it receives a message with another bitmap.
How to fix this issue?
Thanks for your help
I have built selenium scripts to execute functional test cases ussing theNeoload proxy driver. The scripts launch chrome brwser instances in the LC but fail to do so in the LGs, is there a configuration to be included to make it work. Below is the driver instantiationpiece of code that I am using for your reference:
switch (browser) {
case "chrome":
logger.info("Creating the instance of webdriver.chrome.driver...");
String filepath = customResourcesNLPathNL +"chromedriver.exe";
final File file = new File(customResourcesNLPathNL +"chromedriver.exe");
System.setProperty("webdriver.chrome.driver", file.getAbsolutePath());
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setCapability("chrome.setProxyByServer", true);
final ChromeDriver webDriver = new ChromeDriver(addProxyCapabilitiesIfNecessary(new DesiredCapabilities()));
driver = NLWebDriverFactory.newNLWebDriver(webDriver, userPath, projectPath);
logger.info("Initialized the Neoload proxy driver for Chrome browser");
break;
For Selenium Neoload Integration to execute the scripts on LGs a remote connection is required. Where can I find the docuentation to configure the remote execution of Selenium scripts in the LGs?
The selenium test scripts run without any problem in the LC localhost.
Below is the script I am using for driver instantiation
String filepath = customResourcesNLPathNL +"chromedriver.exe";
final File file = new File(customResourcesNLPathNL +"chromedriver.exe");
System.setProperty("webdriver.chrome.driver", file.getAbsolutePath());
final ChromeDriver webDriver = new ChromeDriver(addProxyCapabilitiesIfNecessary(new DesiredCapabilities()));
driver = NLWebDriverFactory.newNLWebDriver(webDriver, userPath, projectPath);
Hello Neoload Team,
I have recorded script & i cant see the page screenshot of any of the pages (Captured for the full script)
Any pointers , do i need to enable any settings to see the pages
I am currently integrating NeoLoad in our project CICD pipeline and I want to apply time filter in the generated report via command line. Please let me know if this possible.
I have created a test using Neo Load Designer (GUI), its an API call which uses get request which connects to AWS service and get the response. Now I wants to implement the same test in AWS cloud with Linux instance. I have created a Linux EC2 instance and installed Neload Controller 6.7 successfully. As linux wont support GUI, I wonder like which commands will support to create this scenario/test in linux server.
I have reviewed the below links but it could not help much..
http://setgetweb.com/p/neoload/643.htm
https://www.neotys.com/documents/doc/neoload/latest/en/ht...
What does the new feature in Neoload 6.7 "performance test as code" mean? Is it possible to create new project, userPath, scenario via java classes or I need to import API (YAML files) ?