Skip to content

JSR 223 Scripting Recomondation

Rajendra Prasad Reddy Penumalli edited this page May 12, 2020 · 1 revision
  • It is recommended to use JSR223 test elements and Groovy as a language for any scripting.
  • Groovy scripting is as fast as Java while BeanShell and JavaScript need to be interpreted, which causes some performance overhead.

Clone this wiki locally