Dear Experts,
I seek a clarification on the usage of proxy in a user path ; especially when executed from Neoload Web.
I have set up a proxy to be used in a user path while...
In the proxy zone for Application do not use the option "Common applications proxy settings.." but the third option "Zone-specific proxy" and manually add your proxy without...
Response time for transactions is coming different from the time displayed when checked through browser's console.
E.g For a JPG file, we are getting 119.1 secs in NeoLoad...
On NeoLoad side if you run a simple checkvu of your user path what is the response time of that same request? Is it really the same one with the same parameter that we can see...
Response time for transactions is coming different from the time displayed when checked through browser's console.
E.g For a JPG file, we are getting 119.1 secs in NeoLoad...
When did you get those statistics in the browser and NeoLoad? Was it during a load testing from browser installed in the load generator machine?
Did you check if the JPG file...
What do you mean by "getting Connected"? when you are in recording mode in NeoLoad and you set the NeoLoad proxy in your mobile are you able to reach that URL http...
This might be an issue with another Oracle JDK version that is installed on your system and it is set in the %PATH% variable.
You can look at this post here in case it applies...
I have recorded one script, made all parameters dynamic. Script was working fine for around 1hr but after that I am getting Server Error in Application. Again, I have recorded...
When I run below request using postman or other rest tools I get response in json format, but using neoload the response comes in below format not sure what is the format...
Please go to the menu "Edit-->Preferences-->Projects settings tab--> Module manager-->JSON tab and make sure that the option to convert the JSON response to XML is disabled.
The following lines in a JS library:
var c_sysDate = Date();
var c_date = c_sysDate.getDate();
are producing the following error log entry:
JS library...
If you use that code that should work:
var c_sysDate = new Date();var c_date = c_sysDate.getDate();
By the way have you tried the NeoLoad date variable which may suit your...