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
0
votes
1 answer

Maven - Jmeter integration issues

We are currently in process of integrating Maven to Jmeter in one of our project and facing issues with result analysis. For result analysis, we have included “jmeter-analysis-maven-plugin“ in the project POM.xml to PASS/FAIL the maven build based…
srini
  • 1
0
votes
1 answer

How to set the Jmeter properties in xml file

I am using below JMeter maven plugin in my POM.XML com.lazerycode.jmeter jmeter-maven-plugin 2.7.0 And if I want to execute the JMX file using maven command I updated my pom.xml file…
Meena O
  • 29
  • 1
  • 11
0
votes
1 answer

How do I make the performance trend visible/available on Jenkins when using jmeter-maven-plugin for running the jmeter tests?

Not sure if this is a common case... I couldn't find something this specific, so here I am. I'm in a situation where I don't have the Performance plug-in fully enabled in the Jenkins box I'm running my tests in, so I'm using the jmeter-maven-plugin…
0
votes
3 answers

how to run multiple urls in jmeter and it should display on one screen

i am new to jmeter. i would like to run multiple urls at one shot and display the results on one screen. finding hard to config urls through csv file and in jmeter. my sample…
0
votes
1 answer

How to add required listeners for testPlan or thread group in jmeter api using java?

I have created the Jmeter script from Apache Jmeter API. But, not able to understand how to add required listeners for testPlan or thread group in jmeter api using java? Please help me out
0
votes
1 answer

How to add Basic Authentication while creating Jmeter Script from Jmeter API using java?

I have gone through some of the scripts, where we can create Jmeter scripts from scratch using apache jmeter api. But, not able to add authorization to my api testing scripts. I know 'AuthManager' class is available for it, But, I am not able to use…
0
votes
1 answer

random csv data jmeter maven setup

I would like to integrate blazemeter random CSV data plugin set into my jmeter maven project. I am new to both maven and jmeter 3.2, but I have got a project built. However there is no information on how I can setup the random CSV data plugin and…
Nobody
  • 549
  • 1
  • 10
  • 24
0
votes
2 answers

NoClassDefFoundError while running .jmx command line using lazerycode jmeter plugin

I am using lazerycode jmeter maven plugin to execute my jmeter tests. When I try to run my jmx file from the UI, it runs perfectly fine. but, when I try with to do with mvn, mvn clean install or mvn verify It starts executing but it fails at a…
0
votes
0 answers

Using CSV Data config file in jmeter-maven

I am currently working on a project using jmeter-maven plugin. I need to use a CSV data config file from which some variables are to be read during execution. Although the created JMX file works in the JMeter GUI, the same isn't working in non-gui…
0
votes
1 answer

How to avoid target folder update in maven folder structure

We have created a framework to run our jmeter script using maven folder structure. This framework will create a reporting for every run when we run the test using "mvn verify" command. We need to customize the report to include some more details,…
Praveen PS
  • 127
  • 2
  • 5
  • 17
0
votes
1 answer

jmeter-maven-plugin : how to download required plugin used by jmeter testplan when execute mvn verify

I use non default thread group/plugins in test plan, when running mvn clean verify maven generate an error missing class com.thoughtworks.xstream.converters.ConversionException: [INFO] ---- Debugging information ---- [INFO] cause-exception :…
J. Doem
  • 619
  • 7
  • 21
0
votes
1 answer

Continuous Integration(CI):MonDB version is too low in the MAVEN project with Jmeter

I have a problem in my 'MAVEN project' when it tries to access mongodb with authentication: 500 - javax.script.ScriptException: groovy.lang.MissingMethodException: No signature of method: static…
Ferenc
  • 1
  • 1
0
votes
1 answer

connection refused error with jmeter version 3.3 and jmeter maven plugin 2.6.0 via commandline but works on gui

I am average user of jmeter. I did lot of searching for my error before finally decided to post here. I did check github site for the jmeter-mvn-plugin I could not relate my issue with open issues or fixed ones (it could be due to lack of my…
0
votes
1 answer

has anyone made an xsl file to generate HTML like, Jmeter Dashboard report from XML

I want to group the results in HTML Report by their threadName, which is available in CSV, but not displayed in the Dashboard Report, Other option I saw to get what I want was using an XML file and customising the XSL file to obtain the output, But,…
0
votes
1 answer

Jmeter Jtl files are not getting created

I have created a maven project. Jmeter scripts are running fine but Jtl files are not getting created. If we run the scripts from maven from Command line I am getting HTML report but when running the same from Jenkins I am not getting data in the…
Tanu
  • 29
  • 1