Questions tagged [jmeter-maven-plugin]

JMeter Maven plugin to automate Apache JMeter tests in Maven.

enter image description here

The JMeter Maven Plugin allows you to integrate Apache JMeter tests as part of your Maven build lifecycle. This makes your tests more portable and easier to run in multiple environments as the only real dependency is a valid Maven install.

242 questions
-2
votes
1 answer

How to execute jmeter script using maven through eclipse

I want to execute Jmeter script through a Maven project, but during the test I am getting some error. Error says - 'groupId' is missing. 'artifactId' is missing 'version' is missing. Please provide the step by which I can execute performance test…
1 2 3
16
17