Hi Team,
We have scenario where Flex application toggle's to Citrix application. Can NeoLoad support these two protocols?
Hi Team,
We have scenario where Flex application toggle's to Citrix application. Can NeoLoad support these two protocols?
Our Jenkins is installed on Linux. My Neoload sever is on winodws how do we integrate to run the tests.
Error detected by NeoLoad
Error Code: NL-RUNTIME-02 Message: Internal error occurred playing the request. Details: java.util.NoSuchElementException
Can you help us with resolving the issue?
While creating variables when "File" variable type is selected, the "column separator" field indicates it must be of single character. How can a tab separated value file (tsv) file be used to input data since the tab value is usually indicated in two characters as "\t"?
my neoload test work correctly when it is launched by Jenkins plugin.
but I do not know how to get the graphs or data (CPU, RAM, ...) of the different application servers monitored ...... if it is possible..
I need to capture information from a screen, save it to a file and then use it in another user path - but when I save the info I need empty spaces are being added - how to automatically remove empty spaces, without human intervention ?
How load distribution happens between LG. Does it do sequentially for each virtual user or after completion of Lg’s does it take the next LG sequentially
Error detected by NeoLoad
Error Code: NL-WEBSOCKET-CHANNEL-ENGINE 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 <302> at org.eclipse.jetty.util.FuturePromise.get(FuturePromise.java:138) at com.neotys.nl.b.b.JettyHttpClient.executeWebSocket(JettyHttpClient.java:780) at com.neotys.nl.controller.v.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:177) at com.neotys.nl.lg.engine.c.run(c.java:108) Caused by: org.eclipse.jetty.websocket.api.UpgradeException: Didn't switch protocols, expected status <101>, but got <302> 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.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(Unknown Source)
also received another error for a second WS request
Error detected by NeoLoad
Error Code: NL-WEBSOCKET-REQUEST-ENGINE Message: An internal error occurred while processing the WebSocket request. Details: Synchronous request timed out (300000 milliseconds). This time out is defined in file controller.properties, [Runtime] section, key runtime.so.timeout
Please refer to the documentation for further details and advice
So I have a file type variable (.csv) and it has so many rows. Is there way to select which row from the csv file to select in my request body? For example I want to select 5th row from the variable like this: ${TestInput.request_body[5]}. Is there way to do this? I don't want to iterate it, I just want to assign which column and row to select.
I am hoping to use Neoload to performance test an application that uses SSL client certificates to authenticate users.
I uploaded the SSL client for a user following the instructions here (https://www.neotys.com/documents/doc/neoload/3.2.x/en/htm...) and it is working wonderfully for all the https requests.
However on checking a recorded user pathway all the websocket requests are failing. After a bit of investigation it was found that the SSL client certificate was not being sent as part of the websocket request.
I've had a bit of a play around and done some Googling but can't seem to find out how to include the SSL client certificate as part of the websocket request. Does anyone know if I have missed some obvious config or if this is actually possible, I can't seem to find reference to anyone having a similar issue?
What is the difference between overall throughput and total throughput present in reports under main graphs?
How do we read those values?
I am using the service account to log in to DB. For each execution, Connection is made successfully but SQL_Statement fails 'Access Denied' (Please see the attached screenshot). It uses windows login.
Neoload Version: 6.2.2
Please Suggest
Hi,
I am testing Web Services on a Web App for a client.
We need to use a certificate (p12 with password) to make the WebServices work.
i can, with a REST Client play the request after have imported the certificate in Firefox
but I can't Validate my request with Neoload (even after have imported and check the certificate needed) - i got this message :
Code erreur : NL-NETWORK-01 Message : Erreur réseau :
une erreur d'entrée/sortie est apparue pendant l'envoi de la requête. Détail : java.nio.channels.UnresolvedAddressException
I can't say if the certificate is well used.
I tried to record the WS request throught the REST Client, but Neoload can't do it. A 400 Bad Request error appears (Dev Tool of Firefox).
Just after, the message that appears in Firefox :
An error occured while fetching the resource: TypeError: NetworkError when attempting to fetch resource.
So, for sure, I can use this WS but not through Neoload.
can you help ?
Thank you by advance.
Best Regards.
Tanguy LAPEYRE
I have been recording a Login to an application which has two api requests:
1. HTTP OPTION followed by 2.HTTP POST
While recoding the Login in Neoload, tool captured the OPTION request but did not record the POST request.
The POST request actually sends the login parameters hence we are stuck.
For every request I have recorded that needs authentication the following header , Authorization: Basic with the wrong username and password, is added.
I have already reset my proxy settings in NEOLOAD with no success .
Thanks
Aidan
Messaging - IBM MQ : queue_-_send_and_receive configuration issues, Not able to get the message from response queue, seems some scripting\config issues.
FYI:
1. I have created JNDI properties in IBM client
2. Able to put the message in request queue.
Please also explain how to set the corelationId and message Id while sending the message to put queue. I have tried, but it's not working, see attached image.
During replay, variable extractor is passed for 1st iteration but during subsequent iteration if user only login once and perform multiple iterations, it failed during 2nd iteration as extractor not passing and it shows "Not Found"
Hello,
I am executing my NeoLoad perf test scenarios in Non-GUI mode
i.e either in commandLine or most of the time in Jenkins CI
Is there a way to see the logs message in console when we run scenarios in non gui mode ? ( during run time itself )
I meant in GUI we have the "Logs tab" in 'Results' section which shows the logs content...
Looking for a way to achieve the same thing when we do run in non-gui mode
Specifically if we can get atleast java Script log message it would be beneficial.
Thanks,
Hi,
I am looking for a way to control or configure the SLA switching to ON or OFF state easily
By ON i meant the SLA profiles should be considered and the result should work accordingly
By OFF i meant the SLA profiles should not be considered i.e SLA are not applied to transactions/pages/ requests...simply it will looks like no sla has been to applied to them..
can we do this
From GUI mode of execution (and)
From command line mode of execution by passing any args
Thanks
Musaffir
I have a scenario to be created where the script needs to connect to SymmetricDS and create a couple of transactions so that the SymmetricDS sync will update the created transactions to the original database.
Any suggestions are much appreciated