You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jmeter-plugins
Hi.
I wondering if there is some guideline that you recommend to follow to build JMeter plugin. I have checked the Developer Guide but I guess it is to add plugin on JMeter plugins project.
I have used the below POST to create custom configure and sampler elements for JMeter and works, any way I just want to know other way to do it.
JUnit Request sampler allows execution of JUnit test cases in multithreaded manner
Java Request sampler allows execution of arbitrary Java code and JMeter will measure the elapsed time and other metrics if you implement them
JSR223 Test Elements allow execution of arbitrary Groovy code (other languages are supported as well but not very recommended for using), this way you don't need to compile your code, it will be evaluated "on the fly" in the runtime