Category "beanshell"

Maven Enforcer: How to access maven properties from beanshell rule

I successfully created a evaluateBeanshell rule with the maven-enforcer-plugin that scans files in the workspace for common mistakes. With a hardcoded path the

JMeter: Calling external classes and methods?

I have a Java test project that I would like to import in my JMeter test so that I can call the existing methods in the test project. I did some research, and c