I am running my load test where it takes dynamic data from file. in my Report i can see few error. is there any way i can see at which record it fails ? i can see the page which...
You need to handle such logging directly in your script with for example a try...cache and a NeoLoad Javascript that will log the data used when the error occurs.
This kind of...
Wireshark and Fiddler are capturing all the network traffic for the former and only HTTP traffic for the latter. NeoLoad can record HTTP traffic with its proxy but what's your...
Have you imported the NeoLoad ROOT certificate in your browser?
When you start a NeoLoad recording when the browser starts it displays the NeoLoad proxy home page. Do you see a...
Hi,
I would like to know if Neoload 7.0 be installed by application Packaging & Virtualization (Microsoft APP V5.1)? or the installation is allowed only on an image?
NeoLoad does not modify the Windows registry when it is installed. The only things that is added to the system is some Windows services for the agents but they are not mandatory...
In Our script first request I'm getting one "Session-id" i captured this into a Neoload Variable through Variable extractors.
Now i need to use this session id in...
You can call any NeoLoad variable from a Javascript (even Javascript variable) using the "context.variableManager.getValue("Myvariable");" method.
Have you tried that?
Dears,
The scripts are prepared in local machine where Neload Version 7.0 is present. Later the validated scripts are moved to VM's where we have complete load testing setup...
Are you able to run a check virtual user from that machine?
Do you have monitoring setup in your project? If yes do you still have that issue if you disable all your monitors?
During Installation of WAN emualtion on the remote machine,suddenly connnection to the remote gets disconnected.I found that remote machine got crashed due to Wan emulation...
Be careful on Windows 2016 there's no installation of the WAN driver since there's no such driver anymore. Ipfw is only used for older Windows versions and not for recent ones...
Hi,
We are using Neoloads awesome NoGui Mode. But we have encountered issues with this.
At random Neoload will get stuck during the start of the project see the following...
When the issue occurs again you should look at the NeoLoad logs files here: C:\Users\username\AppData\Roaming\Neotys\NeoLoad\v6.10\logs
You may have some clues in those logs.
I am new to Neoload and I am attempting to test Siebel application. I am getting an error NL-SIEBEL-PLUGIN-ENGINE-03 but I haven't found much on the error in the Community. What...
This error is a generic Siebel error. It means that the server sent an error. You need to look at the error details if any. Usually it happens when your script is not executing...
Hi everyone,
I ask for that Neoload can detect and record the mouse right clic for having the contextual menu and choosing one of the items in the list?
NeoLoad records the HTTP traffic between the browser and the server. If your right mouse click does not issue any requests to the server then you won't see anything.
Maybe that...