Does Neoload uses a known JavaScript engine?
Regards,
Helio
Hi, NeoLoad JavaScript engine is based on Rhino,a mozilla project. NeoLoad brings it's API and a number of optimizations including the use of JavaScript libraries that optimize CPU and memory usage linked to piece of codes that are shared between VUs.
Why the question?
NeoLoad uses Rhino from Mozila. It's an open-source implementation of JavaScript written in Java.
You can see the Rhino JAR file and license in the NeoLoad lib folder.
NeoLoad's Javascript engine implements the ECMAScript standard for which you can have more information here: https://developer.mozilla.org/en/docs/Web/JavaScript/Lang....
The list of built-in objects and related functions is listed here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/R...
christophe answered
Nouredine was made best respondent
Nouredine answered
christophe answered
Helio posted a new question