JMeter plugins correlation to JMeter version

試著忘記壹切 提交于 2019-12-08 13:01:57

问题


JMeter plugins doesn't work with every JMeter version,

If my plugin doesn't work as Soap Sampler with JMeter 3.2,

Where can find correlation between JMeter plugin to JMeter version?

I didn't find any reference in forum or documentation page.


回答1:


There is no compatibility matrix between jmeter-plugins and jmeter as jmeter-plugins is an aggregation of multiple plugins which:

  • do not come from same source since any 3rd party project can register to be available through download manager plugin

  • are not always compatible with last jmeter versions

I suggest you ask a question on jmeter plugins forum as it maybe an interesting improvement to advertise or add to descriptor the jmeter version the plugin is compatible with.

Regarding your particular plugin, one way to check is to look at pom.xml of the plugin project and potentially report a compatibility issue with jmeter 3.2



来源:https://stackoverflow.com/questions/45812802/jmeter-plugins-correlation-to-jmeter-version

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!