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

Can't execute Scheduler without setting Duration time

I download JMeter 4 which changed Scheduler, I failed to execute with startup delay without Duration: Check Scheduler in Thread Group Enter Startup delay (in seconds) as 1 Keep Duration field empty Error instead of executing successfully with…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
-1
votes
1 answer

Empty response is showing in Jmeter after uploading PDF but in Postman success response showing

Uploaded a doc by adding the following details in the file upload File path:added the PDF in bin folder Parameter name : Documentfile MIME Type: application/json I am getting empty response but in Postman it is working and getting the success…
Rajamegam
  • 1
  • 1
-1
votes
1 answer

read 2 files in csv jmeter

I want to read 2 csv's file. One file is for the users and other is for the products. Once login ,I need to loop the products(from csv)and submit the requests. After that second user with the same the loop . Created CSV data config and added the…
sree
  • 868
  • 2
  • 12
  • 35
-1
votes
1 answer

Jmeter result configuration to use grafana

I have a transaction controller and in that 5 requests are there. Now when i run a load test and in my script "Generate parent sampler" is checked. So here what is happening is whenever a failure occurs in any of the requests within this sampler,…
bbb
  • 149
  • 2
  • 18
-1
votes
1 answer

Jmeter command line option issue

I am running a load test using jmeter command line and saving the result into csv file using -l command line option. After the test is completed, i see the data in the csv and while i upload it to a view result tree and try to check the failure…
bbb
  • 149
  • 2
  • 18
-1
votes
1 answer

How to send complete form-urlencoded post data from preprocessor

I know we can send/initialise the post data parameter variables from preprocessor but my requirement is i want to send complete post data/pay load which is shown in my screenshot from jsr223 preprocessor.
Sadha Nanda
  • 337
  • 4
  • 15
-1
votes
1 answer

Getting Object moved in Jmeter response

I have recorded a script in Jmeter via HTTP script recorder but when i run the script i'm getting Object moved here error for on of the samplers of login transaction. When search for the same request in the recorded xml i can see it has given a…
-1
votes
1 answer

white screen showing when open jmeter, can anybody help to resolve this error

white screen showing when open JMeter, can anybody help to resolve this error enter image description here
-1
votes
1 answer

How can be remove a value from jmeter response using regular expression

Response is {"d":"14049,171681785,347225778"} and I want to extract the value 171681785 from response Can somebody help me how to write regular expression to extract 171681785 from the above response?
-1
votes
1 answer

Is there a specific way to achieve the below scenarios in JMeter ? if yes how?

Can someone guide how can I achieve below scenarios via JMeter 1.Check if system is able to process 1,00,000 random searches per hour 2.Check if system can accept 1,00,000 transaction's per minute- this is more like form submissions
-1
votes
1 answer

How can i run a load for 10 minutes with 500 transactions/sec with 25 concurrent users ? Is this a valid scenario to achieve in Jmeter

I have tried with concurrent users thread group pairing with throughput timer , but the transactions were low , Is there any other way to achieve the above scenario @dmitri I happened to use this function…
-1
votes
1 answer

I have to refer the 90% column "Total" row value for response time in Aggregate Report?

For response time I have to refer in Aggregate Report, the 90% column "Total" row value correct? Note: The value highlighted in below image. Use Case:Navigating to a page. 1. Number of thread - 1 2. Number of loop - 3
Vimal
  • 35
  • 1
  • 4
-1
votes
1 answer

HTTPS with Webscoket is not working in Blazemeter however works with Jmeter script

My script works fine in Jmeter. Script includes https and WSS. In Jmeter works fine for 750 users. Same I tried with the Blazemeter then it gives the error "Http upgrade failed with status code 400". I have upload all the related plugins as well as…
-1
votes
1 answer

JMeter - NonGUIDriver java.lang.IllegalArgumentException

I have a test in which I need to use Thread scheduling. For now I am using Ultimate Thread Group. But, then its throwing "NonGUI error" when I run the test -Is there a way where i can solve this issue? If not, can someone help me out how to do…
Prasath
  • 73
  • 1
  • 8
-1
votes
2 answers

I have a dynamic value in response but it keep on changing the position. How can i capture it

I have a dynamic value in response but it keep on changing the position. How can i capture it. ex:1st iteration value is 2nd position 2nd iteration value is 4th position 3rd iteration value is 1st position...like that Can you some one please…
Krishna Murthy
  • 97
  • 5
  • 16
1 2 3
26
27