How might I convert this beanshell preprocessor script in jmeter to neoload javascript?
import java.time.Instant;
String epoc = Long.toString(Instant.now().toEpochMilli())...
Not directly related to your question but it seems that your goal is to get the current time in milliseconds. Why don't you use the NeoLoad "current date" variable and choose...
Test Connection from Neoload to VS is successful.
But when i click on "Clone repository" and provide with the repository path, i get a progress bar and it never progresses.
I understand tha you tested the connection successfully but in the process you need first to share a project to your Git repo from at least one controller before trying to clone...
Test Connection from Neoload to VS is successful.
But when i click on "Clone repository" and provide with the repository path, i get a progress bar and it never progresses.
That win32api.dll is not able to initialize. Could you check the screen shot attached and make sure that the dll's from that screen shot are installed on your system?
the jawt...
On Start of recording by choosing Chrome browser, 'NeoLoad certificate installation for HTTPs recordings' alert message is being displayed. I tried with both options 1.Start...
The warning related to the certificate should not prevent you to record your applications. Since you are not able to record even HTTP application it means that the browser is...
We have to design following script:
- App A sends an xml file through REST to App B which puts this xml file on queue. The queue is read automatically and once picked up...
In that case you can use a while loop condition in your NeoLoad script where you send a request to check the content of the server response like a real user will do. By using a...
We have to design following script:
- App A sends an xml file through REST to App B which puts this xml file on queue. The queue is read automatically and once picked up...
How does this process work without NeoLoad? When App A sends the request to the REST API does the App A maintains the HTTP connection until the response is sent back?
Or is...
Hi, we developed code on 5.1 version. Now we wanted to use the same scripts. How can we download 5.1 version? When we are migrating from 5.1 to newer version wer are getting...
in my application, for a particular page, If measure the response time manually it is 10 sec but in the tool it is 25 sec. Basically the page has couple of queries, which was...
First make sure that in NeoLoad the requests are executed in parallel. Depending on the type of request they might be executed sequentially.
If the page response time is higher...
This body not stored has nothing to do with your replaying issue. The validity of a user is based on the HTTP status code. If your application does not send back an HTTP error...