I have an application behaviour that repeatedly makes a webcall on a dynamic dataset previously requested until it finds a matching result (linear search). I would like to...
You need to figure out what information from the server will let you know that you have to drop out of the loop?
Is there any text, value or any content that you could rely on...
Is it true, that with a Shared licence, the NeoLoad Controller can be used on several machines simultaneously to test different products/applications? Thank you.
A standard license is activated and linked to one computer at a time. Let's say you have a 100VU standard license, then you can run your tests from one controller up to 100...
Where in runtime can I see an overview for each container how many times it has been executed, minimum, maximum, average and failure percentage?
Like the values tab in the...
This type of information is not available during the execution of a test. You can only have access to the statistics available on the runtime graphs like hits/s, average per...
Instead of playing the same test scenario recorded from a web browser to a server and getting the response from a server, I want to simulate the server action within my script...
When you record a script with NeoLoad, it will store the URL and parameters used at that time. It's up to you to modify the data or even adding URL if you need to.
But of...
Started the recording, launched browser (chrome/firefox), entered the URL which starts with HTTPS, i got the error on browser as ERR_SSL_PROTOCOL_ERROR, please help...
That error seems a little bit too generic to conclude anything. This is a list of check that you can use:
Make sure that the NeoLoad certificate is loaded in your browser...
When recording a native app in ProxyMode, why the mobile device "must be connected to the NeoLoad network in Wifi"? Is not possible to use a usb connection?
In proxy mode, it's not mandatory to have NeoLoad and the mobile device connected to the same WIFI network. It's the case with tunnel mode.
So if your mobile device and your...
How Can I find the name of the server that a given request is going to in javascript?
If the server selected in the drop down is Test1 I need to alter the path for the page...
There's no Javascript method to grab the current server name except if you use a NeoLoad variable in the hostname field of your server definition. In that case you could get the...
In NeoLoad, the number of hits of any objects like containers, pages or requests is the number of times that object has been fully executed. That metrics is calculated in a 1...
There's different ways to clear user context like cache and cookies in NeoLoad. In the Actions container, you have an option to simulate a new browser on each iteration.
When...