You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2025. It is now read-only.
juno.yoon edited this page May 22, 2016
·
2 revisions
nGrinder 3.2 supports Groovy as a another scripting language. It’s not a just replacement of Jython but also new test script development model. When you decide to write scripts with groovy in maven structure, you can reuse the existing development experiences with JUnit and IntelliJ.
Groovy is not only convenient to write but also efficient to execute. Our benchmark result shows that the Groovy script which does same job as Jython script can have 2 times more virtual user count(especially thread count) per agent.