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

how to get all data from csv into jmeter?

I have a table on the page with maximum of 20 rows and also I created a CSV file with 20 rows in it. Current Scenario : Jmeter is picking only one row for one user from csv file. Required: I need jmeter to read all rows (i.e 20) for one…
0
votes
1 answer

JMeter Beanshell problem with imports at top of script: Error invoking bsh method: eval

I am getting a error in a Beanshell Postprocessor, after a HTTP Request returning a JSON array : My JMeter is launched using mvn jmeter:configure jmeter:gui using Maven plugin configured like so:
djangofan
  • 28,471
  • 61
  • 196
  • 289
0
votes
1 answer

Class or variable not found: INF.classes.com.rbs.ccr.saturn.eventbridge.constants.EventBridgeConstants

My class path looks like below in jar and trying to load class in JMeter BeanShell Sampler and my java version is Java8 but getting…
Swathi
  • 1
  • 1
0
votes
1 answer

How I extract the x-csrf-token in request header and pass to post https request in jmeter?

I can't extract the x-csrf-token and pass . I got error like csrf token expired [![enter image description here] Anyone give some exact ans and support.
0
votes
1 answer

Upload a file to azure blob storage through JMeter using Azure SDK for Java

How can I upload a file to Azure Blob Storage through JMeter using JAVA programmatically?
0
votes
1 answer

JMeter | Text to QR Code and back to text

I have an API that generates Base64 text that can be converted to a QR code. Using https://base64.guru/converter/decode/image (or any other similar tool). Once it is generated we are getting a QR code. using the phone or…
0
votes
1 answer

Jmeter check using if controller, for a variable has a value or not

in one of my steps in the Jmeter script, I'm using json extractor to read a value from a key(address) in the JSON response and store it in a variable called "TypeOfRequest." In the next step, I need to check if the "TypeOfRequest" value is null or…
0
votes
1 answer

JMeter (pararell run threads)

I need to run my script. example: Here 10 threads, which running it alternately. He is creating create open connection, open connection, open conncetion... and also seven times, after read,read,read...7x samplers write,write, write..7x after read,…
0
votes
1 answer

JMeter (Ramp-up Period)

I need 5 times per second send (open, read, write). I have question. I need to make: Number of Thread User - 5 Ramp-up period (seconds) - 0.5 or 0,5 or something else? I made this one, its right?: enter image description here
0
votes
1 answer

JMeter (An established connection was aborted by the software in your host machine)

I am testing JMeter on my site, I use debug and catch exception which close my socket, I don't understand the reason for that error: Response code:Websocket I/O error Response message:WebSocket I/O error: Программа на вашем…
0
votes
1 answer

JMeter Scenario Creation

I have a Payload where I need to run for one hour with Spike in between. After starting the test, first 20 mins threads need to be in idle state and then One minute spike with some 50 tps and again 10 minutes idle and spike with same payload again…
0
votes
1 answer

Create JMeter JSR223 Sampler programmatically using Java code

I have filecopy code in java. I need to know the process to set the "script" property of jsr223 sampler. Please look at the following codes and let me know if anything wrong. FileCopy Code :- copyFileUsingStream Method :- package…
0
votes
2 answers

How to fix response issue in jmeter

After adding some data from csv file getting 415 status code in jmeter response. I am getting success in postman for same payload which is present in jmeter sample request header. But in jmeter it's showing error. Error is…
dilli
  • 3
  • 1
  • 5
0
votes
1 answer

In Jmeter, Summary Report: Maximum Response Time and jp@gc-Response Codes Per Second total time taken Are they same?

In Summary Report Maximum Response Time was 538ms which means all the execution was done and its maximum response time was 538ms. But in jp@gc-Response Codes Per Second we can see that total time of execution was 9 seconds. So now I assume that…
0
votes
1 answer

Jmeter not navigating to next controller

I am doing a performance testing in Jmeter I have added the controller and request, but my problem is when I run the script the requests are not automatically/manually navigating to the next controller Scripts here Script results here I my case the…