How to execute java class from Jmeter

前端 未结 1 934
清酒与你
清酒与你 2021-01-21 04:21

Is there a way to execute java class from jmeter? I\'ve packaged my class with maven assembly and put it in the lib folder of JMETER_HOME. Then I created BSF Listener inside my

相关标签:
1条回答
  • 2021-01-21 05:04

    Try BSF Sampler instead of BSF Listener, in scripting language field select beanshell and it will work like a charm.

    0 讨论(0)
提交回复
热议问题