I run NeoLoad in virtual machine, the error result represents :
1. Error Type : NL-NETWORK-01
2. Description : "Miscellaneous I/O error when connecting to the server".
what...
When the browser opens with the recording page, the next step is to enter your URL to test in the URL bar of the browser, i.e. browsing normally with your browser.
For the...
I guess you want to instrument Appium scripts to send measurements from one or a few Devices to NeoLoad while the load is generated at protocol level by NeoLoad so that you can...
Hello All
I am looking on the documentation on Neoload, but I couldn't find any example that shows how to use XPath or JSPNPath on a Javascript action as custom code. I am...
You can use W3C Functions (https://www.w3schools.com/js/js_json_intro.asp)
An example that works in NeoLoad JavaScript action:
var obj = JSON.parse('{ "name":"John", "age"...
Hello there!
I am trying to save a response of a http call into a variable so I can manipulate it on a javascript. Is there a way to access the response from a context...
Hi,
we have recorded a script with Selenium IDE in Firefox.
Then we added the script with the end user experience feature in Neoload (Java test script).
We would like to...
Hi Tanguy,
There's currently no way to access the NeoLoad variables remotely.
If you need to variabilize your Selenium script, it has to be done indepently with the...
You're right, it's the limitation of the CSV export (vs XML report where the full patch is specified).
I suggest your rename the Pages that you need to distinguish.
I noticed that the "What's new in Neosense?" link in the documentation (https://www.neotys.com/neosense/whats-new-neosense-2-2) just redirects to neotys.com. I browsed around...
Dear Christopher,
Yes, NeoSense is End Of Life. It means that Neotys has stopped selling NeoSense to new customers. Technical support is granted for customers for the...
Hi Thomas, the format is proprietary and only NeoLoad can read it.
You can export data from the values tab in CSV format, or export a report in XML format (from the GUI or...
While recording, on a web page, i will search the state keyword 'Montana' and select that from the result list.
How to simulate this scenario for multiple virtual users with...