I am trying to do a POC if Neoload can be utilized to replace 1000s of real records in a database with dummy data using its SQL Connection feature using INSERT SQL Statement...
Is it a one shot SQL statement or do you plan to load test your database? In any case by using the Connect/Disconnect actions once you should be able to insert your data...
i have a scenario where my request parameters will keep on change for each iteration,could you help me to create them
Ex: Employees under each manager would be different so i...
You can create a NeoLoad variable like a File variable or a List variable that will contain your Employees data.
You need to configure that variable with the change policy of...
This error occurs during check user path for a ".js" GET request and also for one of the GET request from ".googlevideo.com:443/videoplayback". PFA screen shots for error...
That Pipelined error is related to HTTP/2. It will be fixed in NeoLoad 6.3.0 that will be out soon.
You can disable HTTP/2 in the Advanced settings of the check virtual panel...
Your mobile may not have access to the NeoLoad machine due to a firewall. When you change the proxy settings in your mobile and start a NeoLoad recording you can try to reach...
I have created a Variable Extractor using JSON as listed here: $.MatchingWorklist.Rows[*].Values[6]. This allows creation of a variable ‘ExObjectIds’ which captures all object...
When you extract all occurences you can access individually a value of your array using the syntax: ${ExObjectIds_n} where n is 1 to number of occurences. For example...
I have added input data as a paramter, however on the next iteration it may need to be a different value. How do I create and use a file that can input a different value on each...
You need to open the variable manager and create a File variable type. Then browse to your CSV file in order to see your data in columns.
Then the key point is to choose a...
Hi I am trying to launch NeoLoad. But it is saying 'Unable to initialize embedded monitoring agent(port 7200)'. I have killed all processes listening to 7200 port. Still I am...
You can check on the task manager if you do have another NeoLoad running or even a stand alone monitoring agent. Make sure to display processes from all users.
It could also be...
The NeoLoad API uses port TCP 7400. Make sure that you do not have any other process that is using it. You can run: netstat -an| find "7400" when NeoLoad is stopped to figure...
From the NeoLoad variable panel you can create a current date variable from which you can add or remove time. For example to remove 2 days from the current date you can simply...
Hello,
It is observed that I can not name a definition with a variable from variable manager...
I would like to have this in order to include a counter variable in the...
Your last screen shot is confusing since your original transaction "Payroll_GetStatus" is not there anymore.
Your "Processing Status" transaction from your last screen shot is...