Questions tagged [jmeter-4.0]

Use this tag for questions specific to Apache Jmeter 4.0, released on 11 February 2018. Always specify the jmeter tag as this tag should end up being an alias for 3.2 version.

This release brings a lot of new features, functions and fixes bugs.

JMeter 4.0 now supports JAVA 9 (requires at least Java 8 or later to run)

You can read the New and Noteworthy section with some screenshots to illustrate improvements and full list of changes

Removed from this released:

Workbench has been dropped from UI, you can now use Non Test Elements as immediate children of Test Plan

Start time and End date of Thread Group have been removed, see Bug 61549

In distributed testing, mode Hold has been removed.

JMeter artifacts can be downloaded on Maven Central :

 <groupId>org.apache.jmeter</groupId>
 <artifactId>ApacheJMeter</artifactId>
 <version>4.0</version>
402 questions
0
votes
1 answer

How to get the required key value from JMeter JSON Response

I want to validate my API response which is in JSON format. In my case I want to get and validate 'IsActive' value for 'SysCreatedUserId' or for particular 'Id'. Please find the below JSON file. I tried with JSON Assertion but no success till now.…
Bishnu Prasad
  • 87
  • 4
  • 13
0
votes
1 answer

Configuration of MQ with JMeter

Please provide your suggestion for following statement: I need to do a MQ Websphere performance testing. The MQ's are installed on a remote machine. I need to configure with JMeter and need to pass data in format of XML and CSV files to MQ. JMeter…
Vishal
  • 147
  • 4
  • 16
0
votes
1 answer

How can i Run the multiple jmx file in one docker image and all of result should show in single place

How can I Run the multiple JMX files in one docker image and all of the result should show in single place. Without Taurus is this possible? or Can I run the all JMX files one by one in docker with the help of dynamic name of JMX files I am using…
Sumit Garg
  • 29
  • 8
0
votes
1 answer

JMeter : Constant Throughput Timer not working as expected

I have a single Thread Group defined with 200 threads. I have a HTTP Request defined within the thread group and a Constant throughput timer defined within the HTTP Request. The Target throughput (samples/min) defined is 5400 samples/min (Since I…
sharath
  • 3,501
  • 9
  • 47
  • 72
0
votes
3 answers

JMeter: How many threads/users to choose while controlling requests/second using Constant Throughput Timer

I am using Jmeter to load test my application. My application supports multiple request types and each request type has a rate. I want to load test the application with a predefined rate (qps). This is how I have written my test plan: I have 1…
sharath
  • 3,501
  • 9
  • 47
  • 72
0
votes
1 answer

JMeter: Seeing a sawtooth graph instead of a smooth one (constant load)

I am using JMeter to load test my application. This is how my thread group configuration looks like: I am expecting to hit the application with 200 threads (requests) and keep up that load for 30 minutes. I am using 5 throughput controllers which…
sharath
  • 3,501
  • 9
  • 47
  • 72
0
votes
1 answer

Jmeter - How to handle duplicate values captured in RegExpression from the same response

How to ensure/handle duplicate values are not getting captured while using regular expression? In my scenario i need to capture multiple offers from my response. But cant use the same offers again and again within the transaction
Arun
  • 89
  • 1
  • 14
0
votes
1 answer

Exiting an iteration in jmeter if the matching Regular Exp condition is not satisfied

Could you please guide me how to add a condition to exit the current test iteration and proceed with the next set of iteration if the Regular expression value captured in a transaction is 'NotFound'/ ''Null'
Arun
  • 89
  • 1
  • 14
0
votes
1 answer

Getting jmeter error: java.net.UnknownHostException: This is usually a temporary error during hostname resolution

I am a beginner to jmeter. I am trying to perform a simple load test using jmeter 4.0. I created a HTTP sampler and added a view results tree listener. HTTP Sampler But getting the below error under Response data in results…
0
votes
1 answer

Integrate extent reports with jmeter for test reporting

I would like to uses jmeter for api functional testing, the jmeter dashboard reporting is not ideal for functional testing. I have attempted to integrate extent 2.41.2 reporting with groovy script that validates responses (http and expected response…
Nobody
  • 549
  • 1
  • 10
  • 24
0
votes
2 answers

Jmeter Error: Couldn't save test paln to file

I am getting below error message when going to save my test plan. I added regular expression extractor and the listeners Error image. I am not allowing to save my test plan now.
0
votes
2 answers

I have a Windows VPN Authentication issue even we configured Windows Authentication issue in JMeter

I have a Windows VPN Authentication issue even we configured Windows Authentication issue in JMeter. I provide the authentication details like username and Password but still not allow to login into application
Mahesh
  • 17
  • 1
  • 1
  • 5
0
votes
1 answer

Jmeter Distributed Setup works in GUI but not the command line

I am running Windows 7 Pro with JMeter 4.0 r1823414 on all 5 machines with Java JDK 1.8.0_144 on all of them as well. All paths and ENV Vars are identical across all machines. I set my remote hosts in the master and I am able to see them on the…
S.G.
  • 109
  • 14
0
votes
1 answer

How to generate huge dynamic test data using jmeter to perform stress testing

I need to preform stress testing on Sign Up functionality, where 1000 user should login into the application at same time. It's very difficult to create 1000 test data every time manually in excel sheet and parse to jmeter. Can any one help me out…
manoj batchu
  • 1
  • 2
  • 2
0
votes
1 answer

I am trying to perform mobile load testing using Jmeter but i receive 401 error in result tree

I am trying to load test my mobile application using jmeter, I have given authorization token in HTTP header manager and recorded the mobile app operations. But when I run this recorded script and view the result in result tree, all of the…