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
1
vote
1 answer

How to set random intervals for request in Jmeter?

I have a question about how to set a random interval between requests. For example I want to send a request every X seconds and X < 30s. Maybe 25s or 29s. Which timer should I use?
HenlenLee
  • 435
  • 1
  • 11
  • 30
1
vote
1 answer

I am not able to generate script using jmeter

I am not able to generate script using jmeter. Getting below error. Response code: Response message: Received fatal alert: certificate_unknown **ensure browser is set to accept the JMeter proxy certificate** Can some one help what would be the…
Krishna Murthy
  • 97
  • 5
  • 16
1
vote
1 answer

How to store result of json extractor to csv file in jmeter

I am trying to extract some particular fields from json list response following snapshot shows the json expression Below image is my response: How can i store this response i.e., name and id to a csv file. please suggest the best solution.…
user2319276
  • 47
  • 1
  • 5
1
vote
1 answer

Error while loading Module Controllers from Test Fragment in Jmeter4.0 & 5.0

I've been trying to use a Main-Fragment Framework with JMeter but encountered an error while using Module controller within the fragment.jmx (see attached image), have you encountered this error? (tried on Jmeter 4.0 and 5.0) Do you have any…
Nabres BR
  • 78
  • 9
1
vote
1 answer

JMETER 4. 0 | JMeter distributed load testing | jp@gc - Stepping Thread Group | 504 Gateway Time Out | Non HTTP response code | Assertion Failed

Scenario taking into account login user->Navigate to Page 01->hold the user for 5min->Logout user Scripted as below: Navigate to the Home page The user is logged in (Assertion for login verification over some text on the dashboard) Dashboard…
1
vote
2 answers

How can we access multiple variables using XPath in Jemter?

I am making scripts using JMeter to perform some tasks in which I want to access first request's response in the second request as a value parameter value using XPath extractor. For Ex. Here is my response of the first request in XML format:
Jui Shah
  • 108
  • 1
  • 10
1
vote
2 answers

Postman returns integer value whereas JMeter returns double for same API call

I have an API GET:/api/getInt When I call this API using postman, I get following response { "value": 30 } Whereas, If I call the same API using JMeter, I get double { "value": 30.0 } and because of this, I am…
dpk
  • 641
  • 1
  • 5
  • 15
1
vote
1 answer

JMETER 4. 0 | JMeter distributed load testing | jp@gc - Stepping Thread Group | Slave Machine | CPU Utilization

When executing the script Slave 1 CPU Utilization = 40% and Slave 2 CPU Utilization = 4%. Only one slave machine is generating load i.e Slave 1 but Slave 2 is not generating load. How do I ensure both the machine generates load with respect the…
1
vote
1 answer

JMeter 4.0 | Distributed Testing | Threads | Dashboard Report | Active Threads Over Time

I have configured the script with below configuration for the distributed load testing. Now, when I executed the script. The dashboard report which was generated: Active Threads Over Time show x-axis "Number of Active Threads" to be 25 only. But…
1
vote
1 answer

JMETER 4. 0 | JMeter distributed load testing | jp@gc - Stepping Thread Group | Report

How to extract a report for the testing consisting of the below model on the distributed testing environment. Master(My own machine) 2 slaves machines Thread: jp@gc - Stepping Thread Group Basically wanted to have a dashboard report.
1
vote
1 answer

JMETER 4. 0 | JMeter distributed load testing | jp@gc - Stepping Thread Group

I have set up a login->logout script using JMeter and performing load testing using a distributed machine. The username is dynamically populated in login using the user.CSV list while the password for the login is fixed and hardcoded in the login…
1
vote
2 answers

Hello, How to extract array of values and set it to next request one by one

How to extract array of values from response and set to next post request in JMETER I tried using JSON extractor but when i set all fields populatring same value. {"status":"success","mainCategories":[{"categoryName":"Comfort &…
Hem
  • 41
  • 2
1
vote
2 answers

How to handle captured dynamic value which is keep on changing their position in jmeter

I captured a dynamic value , but that value position is keep on changing on each running. how to handle it. Ex: Daysrpc61_g1=68 Daysrpc61_g2=98 Daysrpc61_g3=107 Here i need 98 which potion is _g2, but this position will…
Krishna Murthy
  • 97
  • 5
  • 16
1
vote
2 answers

Solve 429 Too Many Requests issue while load testing using Jmeter

I'm trying to hit the server with multiple requests for load testing. I have setup JMeter thread with 100 concurrent users per seconds. Each request read data from CSV (different tokens to identify users). But after few request I'm getting…
stefun
  • 1,261
  • 3
  • 24
  • 54
1
vote
0 answers

Scripting Issue with JMeter for Cognito applications

I am facing some problem while doing the load testing with Cognito based applications using JMeter. While capturing the request I have observed that "PASSWORD_CLAIM_SIGNATURE" parameter which is added by AWS SDK. It is impossible to capture it…