To validated that all the testusers (1000) are working. Only testing all users can log on and check some basically actions and finally logout. The desired output of this test is...
Started virtual user with init folder. Correct browser (Chrome) generated with www.neoload screen, input "login", click on links to login, changed to Action folder, input...
If NeoLoad did not record anything then i guess the browser was not automatically configured to go through the NeoLoad proxy.
You should check after starting the recording that...
When using NeoLoad to record and playback a web session against a web application, what is the meaning of the response time reported by NeoLoad? During the playback, do the...
NeoLoad is able to load test your application server and report about the response time of your requests/pages/containers. These response time are the server response time.
In...
I made all the necessary changes on my Oracle forms to record the transactions. I copied the frmall.jar in the NeoLoad installation folder. And i'm able to record the Oracle...
In order to record Oracle Forms application with NeoLoad, the Oracle server has to be configured in Servlet mode (ie HTTP mode), the frmall.jar file has to be copied into the...
Scenario: Launch application--->Login--->Click on Document-->Download the Document.
From above scenario, How can I download a file & also save it in the local machine in...
When you download a file from a server, it does not make any difference for the server if you save the file locally or not on your machine.
So during a load testing, NeoLoad...
The first time a user connect to a web site, the browser will download all the HTML resources of the pages like images, javascripts, css etc...
The next time if those resources...
As you may know, the Oracle forms protocol is based on graphical components. So even if the applications are the same, you have to make sure that you will have the exact same...
In my script I need to send machine and username in request header, I couldn't find a way to retrieve machine name in neo load, I was able to use context.CurrentLG.name, and it...
The "context.CurrentLG.name" method is the right method to use. But this will return the name or IP that was used when you discovered your load generator. So if you would like...
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...
You should be able to execute that JS code in NeoLoad. Download the two JS's to encrypt and encode your message and create them as JS library in NeoLoad from menu "Edit-->JS...
This exception is specific to your environment but since you did not provide the full stack trace it's difficult to provide any feedback. One thing, you should check if you...