Hi,
Attached is my response and i have difficulty extracting the variables
Json.extracting jobdescriptionid based on jobstatus
$[?(@.JobDescriptionStatus=='Draft')]...
There's maybe a way without using JSONPath and probably not efficient but it seems to work.
JobDescriptionId\\":(\d+),[^^]{10,180}"JobDescriptionStatus\\":\\"Draft\\"
The...
CSRF value is computed and stored in a variable in a
response of JS File. This value is available in a variable with in a function. I would need to copy this value in to a...
getValue is the way to get the content of any NeoLoad variable content. It does not matter if you have created it in Variable manager or anywhere in NeoLoad. What matters is...
Service Client:
The request URL is signed with token as private key using CryptoJS.HmacSHA256 and the signature is
then encoded to Base64 string. The encoded signature is...
@Chirapapan. You're right but it was not meant to use the same exact JS. You need to adapt it using logger and getValue method from NeoLoad Javascript.
The rest is almost the...
Hi Team -
I have installed Neoload 6.5 free evaluation edition. While I start recording, I am seeing below error message:
java.util.concurrent.ExecutionException: java.lang...
That issue occurs when you have another JAVA version (JDK) installed in your NeoLoad machine AND in your Windows PATH environment variable.
So to fix your issue you can either...
After changing the wifi Network connection and change in IPV4 address, The Neoload is not launching the browsers.
Kindly find the error log attached and provide a solution.
That issue occurs when you have another JAVA version (JDK) installed in your NeoLoad machine AND in your Windows PATH environment variable.
So to fix your issue you can either...
There's an experimental advanced action that you can use to execute PL/SQL code. Please look at the Neotys Labs here
It should be a good start and you also have the source code...
I have created a script which will upload 20 files of 62 MB size. I was able to record successfully but when I am doing customisation like select the upload file request it's...
The 4.2 version is not optimized to display large files in the design section. You should not open the recorded request tab to avoid that issue or even in the check virtual user...
I've recorded a script for testing Upload feature from our system using 1Mb size file. I tried record the same script using 20 Mb size file but it didn't run. I also tried...
First of all you do not need to make 2 recording of different size files. If you succeeded with the 1MB you just have to replace the name of your file in the POST request that...
I have written a java script file which has to import some libraries. Importing libraries is only possible through html file. Is it possible that i can run the html file
You can't directly write your JAVA code in NeoLoad but you can call it through a NeoLoad Javascript.
The best is to look at the tutorial available on the NeoLoad Documtentation...
Is there any possibility to draw a sum graph within NL for the network utilization of all my LGs? E.g. some api possibilities? Sometimes I would like to compare the throughput...
What do you mean by Network utilization? In the Results section under Graphs--> Templates you have a template "Throughput usage per LG"?
This will provide you the amount of...