Skip to content
Advertisement

CannotResolveClassException: com.blazemeter.jmeter.RandomCSVDataSetConfig

I am building a maven project to execute performance testing for multiple web services, and this is following to jmeter-maven-plugin.

However I ran into an issue which is basically that maven can not find the RandomCSVDataSetConfig class. in which I included in my pom file.

Please share you insight if you have any idea why this is happening.

pom.xml

JavaScript

the logs looks like:

JavaScript

UPDATE:

I found a way to do it using the documentation for the plugin here

Advertisement

Answer

This can be done by adding jar’s to the /lib/ext directory as the following:

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement