Questions tagged [jmeter-plugins]

JMeter Plugins project is a сustom set of plugins for Apache JMeter, not affiliated with Apache Software Foundation.

JMeter Plugins project is a сustom set of plugins for Apache JMeter, not affiliated with Apache Software Foundation.

1755 questions
4
votes
1 answer

jmeter execution comparison with previous build in Jenkins

I am interested to publish jmeter report in Jenkins and set the pipeline as "failed" if there are degradation in terms of performances between the previous executions. Below the configuration set in my Jenkinsfile for my jmeter results: …
Prisco
  • 653
  • 1
  • 15
  • 30
4
votes
1 answer

I'm receiving the following error in jmeter 'Non HTTP response message: Illegal character in path at index 38:'

I'm passing the url from the csv config to http request, I'm facing the following error message - 'Non HTTP response message: Illegal character in path at index 38:' In the view results tree - Response code: Non HTTP response code:…
Rajesh G
  • 473
  • 3
  • 6
  • 20
4
votes
2 answers

Jmeter - Graph variable

During my JMeter test I am extracting a float value from the response message an saving it to a variable using Regular Expression Extractor, and I am also saving that value in the generated test result csv file. Now I want to be able to generate a…
4
votes
2 answers

Can JMeter mock HTTP request

I want to Mock HTTP requests, meaning sending real request to real server, but ignore (not wait) and override the response with a dummy response, JMeter have many tools which are close but not enough, DummySampler plugin is close but not…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
4
votes
3 answers

How to set and get environment variables in Jmeter to test API's

I need to set and get variables in Jmeter for API automation. I am using the groovy script for same. I have achieved same using code as below: import org.apache.jmeter.util.JMeterUtils; JMeterUtils.setProperty("PC_CREATED_PROMO_CODE",…
Shubham Jain
  • 16,610
  • 15
  • 78
  • 125
4
votes
1 answer

How can we use built-in jmeter functions in Groovy?

I seem to have spent far too long trying to discover a way to obtain information such as the machineName I'd like to use https://jmeter.apache.org/usermanual/functions.html in two different programming languages, in Groovy code (rather than…
JulianHarty
  • 3,178
  • 3
  • 32
  • 46
4
votes
1 answer

Cannot open plugin manager jmeter 3.3

I am new to jmeter and I need to install some plugin. For this I went to this site https://jmeter-plugins.org and trying to install the plugin manager from option menu as written here:…
eeadev
  • 3,662
  • 8
  • 47
  • 100
4
votes
1 answer

Jmeter : getting 401 error

Does any one knows how to solve it with regular expression? here i am putting screen shot with valid access token and error response token. thanks in advance. Valid response token invalid response token and Regular expression exctracter it is…
kunal soni
  • 585
  • 1
  • 7
  • 19
4
votes
1 answer

is it possible to run and write code for Jmeter 3.3 with intellij? (java 8)

is there a way too run/debug/wrote code for Jmeter using IntelliJ. I just found that it is possible for java 6 https://plugins.jetbrains.com/plugin/7013-jmeter-plugin but I am using Jmeter 3.3. Is their a way to do it? is there any special…
Bastian
  • 1,089
  • 7
  • 25
  • 74
4
votes
4 answers

JMeter to record results on hourly basis

I have a JMeter project with multiple GET and POST requests and assertions for these. I use Aggregate results and View results tree listeners, but none of these can store results on hourly basis. I tried JMeterPlugins-Standard and…
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
4
votes
1 answer

No X11 DISPLAY variable was set, but this program performed an operation which requires error when launching jmeter on Centos

I have installed jmeter on a server but when i try to launch jmeter i get the following error error No X11 DISPLAY variable was set, but this program performed an operation which requires it Jmeter installed on CentOS along with java. I tried…
Sit
  • 41
  • 1
  • 2
4
votes
1 answer

JMeter http request DELETE with body

I have proprietary http based API to test from JMeter. Unfortunately some of the endpoints of the API are expecting http DELETE method with a request body (I know its questionable API design to use DELETE with request body, but I have no ability to…
user1697575
  • 2,830
  • 1
  • 24
  • 37
4
votes
2 answers

jMeter .jmx to corresponding java code

We can generate JMeter .jmx files from JMeter Java APIs. Is there any way via which we can convert per-recorded .jmx file into corresponding java code? This can be useful for comparing changes between jmx files versions.
Rohit
  • 3,314
  • 1
  • 13
  • 15
4
votes
3 answers

How to use ForEach controller on an array?

jmeter ForEach controller can be used to iterate over variables with same prefix like, myVar_1 myVar_2 myVar_3 But in my case input variable is array of strings, [ "val1", "val2", "val3" ] How to iterate over an array and send separate request for…
Nilesh
  • 2,089
  • 3
  • 29
  • 53
4
votes
0 answers

OAuth 2.0 token using Jmeter

I am trying to setup API calls for performance testing using Jmeter 3.0 As a prerequisite i need to create OAuth 2.0 token for authentication purposes. So I am trying to setup the token generation mechanism in Jmeter itself. Jmeter has OAuth sampler…
Satya
  • 41
  • 3