https://bz.apache.org/bugzilla/show_bug.cgi?id=59991
Bug ID: 59991
Summary: New function __g to evaluate Groovy Script
Product: JMeter
Version: 3.0
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Hello,
Currently whenever you want to make some processing and a JMeter function is
not available for it, you can only use __BeanShell function.
For example:
- substring
- length
- Maths functions
- + hundreds of examples where you need the power of Java without wanting to
use a JSR223TestElement.
....
Unfortunately Beanshell performances are horrid compared to Groovy ones for
example besides the fact that Groovy is now integrated in JMeter, maintained by
Apache and very popular and that Beanshell is nearly abandoned.
So we propose to add this function that will work the same way as Beanshell.
--
You are receiving this mail because:
You are the assignee for the bug.