Hi team,
as apart of SAP testing using Neoload, the scenarios was creating on Sales order, but when we executed it out of 12 users only one user is called for execution, and...
Hello,
Am a newbie and here I am trying to get some metrics via LogAnalytics and I need to plot the metrics onto a graph at the end of execution.
How do I plot a graph...
I have this issue with a https website.
2019/05/14 21:28:48 INFO - neoload.LG_INFO: Starting LoadGenerator Version 6.9.0 ;build=20190307-5
2019/05/14 21:28:48 INFO -...
Hello Bruno,
Opening a secure connection to a webserver via https requires the use of SSL Certificates with DH-Keys which has a prime size bigger than 2048.
I suggest that...
I have a nested json that comes in the response of a request. Any idea, how can I randomly select an id and then an attribute like say "date" related to the same id, from the...
Hello Sandra,
If you do not have to pass your ID in a subsequent requests, you will not need anything else than picking a random date.
Otherwise, I suggest you to set up...
Hello Renuga,
If you want to learn how to extract response content check out this link: https://www.neotys.com/documents/doc/neoload/latest/#962.htm
To manipulate the...
i want create a strategy of load test about e-card payment, but i have to define 1 iteration for each virtual user (payment) Duration Policy: By Time 60 min Load Variation...
Hello Younes,
Your total of transactions is 1000. From that, you need to know the number of virtual users capable of processing that many.
Each virtual user can go through...
Hello Jerome,
You create a variable containing your value. Then you use javascript action to escape special characters of your string variable before sending your request to...
I am running a test where I open up a website and login in, upon opening up the website the server would generate a sessionId which is then passed across to the following...
Hello Abdullah,
Click on validate your user path. Then click on advanced. Follow that by clicking on the browser ... And you will see it.
Best Regards,
I am running a test where I open up a website and login in, upon opening up the website the server would generate a sessionId which is then passed across to the following...
Hello Abdullah,
Firstly you can check your test environment : Does something change ?
Secondly, you can test your login scenario manually from the browser and look for the...
Hello,
I'm trying to send NeoLoad results to Dynatrace after I've followed the documentation, but there is an error in the DynatraceEvent action when I launch the test script...
Hello Antoine,
In the source code the line raising the error is this one :
final String entities = entitiesBuilder.substring(0, entitiesBuilder.length() - 1);
You must...