Quantcast
Channel: [Q&A - FAQ Neotys] Last questions
Viewing all 2283 articles
Browse latest View live

Manually the flow is working, but when we replay the script, its giving 500 error in one transaction

$
0
0

A particular flow is working manually but when replaying the script, seeing 500 error in one transcation at a particular request.
Its giving this message
giving javax.servlet.ServletException: Possible CSRF attack noted when comparing token in session and request header. Request: POST

Could someone please provide solution to this, The application is hosted in AWS ?

Regards,
Vijaya Sree


How could we use node.js - selenium-webdriver scripts for performance tests

$
0
0

We are having lots of node.js selenium-webdriver javascript tests.
Our goal is to use some of them for performance testing.
Questions are:

  • How do we add this scripts in Neoloads UserPaths?
  • How do we collect response time, do we have to create timestamps inside the scripts for certain transactions?
  • Do you have maybe some examples from other customers how they use node.js scripts with Neoload?

Environment: Neoload 6.2 on Windows Server 2016, NodeJS Version 9.5

Regards,
Heinz

Getting backslashes in JSON node in ResponseBody

$
0
0

So I am sending a POST request to ASMX web services, and in the response body JSON nodes have backslashes "\" is there way to parse it into standard json response?

HTTP/1.1 200 OK
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Cache-Control: private, max-age=0
Content-Type: application/json; charset=utf-8
Date: Tue, 13 Feb 2018 21:49:17 GMT
Connection: Keep-Alive
Content-Length: 740

"{\"cid\":1,\"model\":\"WT50JB\",\"detail\":\"sdf??\",\"unit\":2,\"time_in\":\"2012-12-11T19:00:00\",\"time_out\":\"2012-12-12T13:00:06.2774691+07:00\",\"time_used_dd\":0.0,\"time_used_hh\":0.0}"

Peut-on changer une variable (type fichier) dynamiquement ?

$
0
0

Bonjour,
J'ai un test multi-environnement (dev, avant prod et enfin prod). A chaque fois, un opérateur positionne l'environnement de bench et par Jenkins il lance le bench. Le script récupère les variables de test selon l'environnement choisi (un get sur une page puis avec des extracteurs, je popule une variable de type fichier ). Comme Neoload charge le fichier en mémoire il garde la dernière valeur du fichier et non la nouvelle (exrtaite et populée dynamiquement).
Comment faire ? sachant que j'ai essayer une modification de variable en vain.
Merci

Neoload v6.2.3 not able to capture the value in a request.

$
0
0

Hi,

We are facing the conflict issue when we run for multiple iterations. Also in of the script we are not able to save the design to our local file path.

The script has been attached for your reference.

Kindly get back to us as soon as possible

Thank you

Nous

Uploading files for load testing

$
0
0

1.We have an application in which we need to upload few documents for a script
2. We have to upload a different document always for which we will use a counter during testing
3.However, the content in the uploaded documents should also be different at run time, Otherwise the script will fail during test.

Any help would be highly appreciated.

Regards,
Vijaya Sree

Does neoload recording include embedded resources?

$
0
0

Can we exclude js, jpeg, css , axd while recording in neoload?? Does the recorded request contains embedded resources ??

how to load the output of java ( jar added to neoload) into variable

$
0
0

Using jar file in neoload it is possible to extract his output to a variable knowing that the output is received only after validation.


Why I receive duplicated Performance Result in Jenkins?

$
0
0

I have Jenkins Neoload job with 6 scenarios which run sequentially. After successful finish of the job, when I navigate to build page on jenkins there will be 6 Performance Results links, but all of them are pointing to first scenario. What I need is link to html report for every scenario on that page.

Why Neoload Jenkins job stops when first scenario fails?

$
0
0

I have Neoload Jenkins job with multiple scenarios which run sequentially. When one of the scenarios fails (SLA criterium isn't fulfilled) other scenarios will not run, jenkins job will stop at that point. What I need is that test run for all scenarios, so that I have list of all scenarios that failed.

Excluding js jpeg css pngs wont have any impact on the response time?

$
0
0

Excluding these files we will have less response time in performance testing, as in real time environment all these components will be downloaded from the server and will contribute to response time. If we exclude these by excluding in the recorder exclude pattern, will they be downloaded as embedded resources with some request uri??

How can parallel requests be handled in neoload?

$
0
0

Is there any setting in neoload to handle parallel requests during runtime???

where can i get an option to retrieve dynamically the resources on a page in neoload?

$
0
0

Can i get the details on how to retrieve embedded resources on a page in neoload? where can i get the settings?

SQL with parameters?

$
0
0

Is there way to set up a query in NeoLoad that provides a simple SQL query with parameters. Example:

SELECT * FROM books WHERE author_id = ?

Then add "123" as the parameter for ?

I want to make sure the SQL is clean without having to worry about massaging data.

Why does Neoload 6.2.2 omit the Sec-WebSocket-Extensions header in the websocket handshake request?

$
0
0

I'm trying to get a websocket connection when validating my user-path, but I get the Error Code: NL-WEBSOCKET-CHANNEL-ENGINE.
After checking the difference in requests (using Fiddler) between neoload and the browser used during recording, I see that the header Sec-WebSocket-Extensions that is defined in the recorded request is not send to the server by Neoload. Why is that? Could this be a bug in version 6.2.2?


How to connect with the Host system?

$
0
0

In the Monitor section, when I try to check the 'Connection Status', a message saying 'Failed to connect : Access denied' is displayed. Please see the attachment. However, if I try to connect to the Host remotely then I am able to connect to the Host. Please let me know how to correct this situation.

Does NeoLoad support SSO SAML testing?

$
0
0

I need to test an application that will be using SSO. They use SAML 2.0 for the authentication. I cannot find anything in the NeoLoad documentation that suggests they can support this. Is it possible?

Comparison Report : Is it possible to have multiple comparisons ?

$
0
0

Hello,
We can produce comparison reports in NeoLoad from GUI / From commandLine execution etc. This is a great feature.

If we generate comparison report from command line execution we pass -baseTest , -comparisonReport args etc

This allows comparison between 2 reports

Can a single present execution test report be compared to more than one report in one go

for ex:
My current test execution report is - 'report1'
I want 'report1' to be compared to two other reports (say 'prevReleaseReport' & 'baselineReport') simultaneously and produce 2 comparison reports

Is it possible ?
In GUI i know this is not possible now
Can we do this in commandLine atleast in one go...
As i am automating my perf test execution in CI, if this can be done in one go..it would be great

Thanks & Warm Regards
Musaffir

How do I use Shared Queues concept to save values from responses to a csv file? During single user validation too.

$
0
0

I need a value from the response to be stored in a csv file. Not only during execution though. When I run the script with a single user for multiple iterations, i want the value to be added to the csv on every iteration.

NeoLoad execution with Jenkins Master-Node set up

$
0
0

Hello,

I am running the NeoLoad tests with Jenkins
I have a master server for Jenkins and node/slave configured to it.

The NeoLoad controller is installed on the Node, and the perf test job is configured to run only on that node.

I am not using the NeoLoad-Jenkins plugin for this
Instead i use windows batch command as the build step and use all the Neoload command line execution commands.

What happens - the project is getting build , but it is not succeeding and getting a user control issue as attached here... looks like some user control issue....

I am successful when there is no master - node set up.... i.e when the Neoload controller is installed in the master itself..and the job is triggered with windows batch command....

any help is appreciated to solve this...

Viewing all 2283 articles
Browse latest View live