Unanswered question

Does Neoload uses a known JavaScript engine?

Does Neoload uses a known JavaScript engine?

Regards,
Helio

Helio S.
Helio S.

Helio S.

Level
0
49 / 100
points

Answers

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

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?

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

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.

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

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...