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

running jmeter recorded script but data no getting updated on database or UI

I am using Jmeter in order to test a web application. The issue i am facing is that when i am running the recorded script. I cannot see the data getting added in the database or in the UI of the application. I recorded a script in which i added the…
Deep
  • 1
  • 2
0
votes
0 answers

HTTP RAW Request not working

I am using JMeter 4.0, this time I use HTTP RAW request, but it is not showing the proper response, my actual response message is success. I am also using HTTP Cookie manager. Is it required to put Cookie: JSESSIONID in HTTP RAW request page as…
Krishna Sagar
  • 11
  • 3
  • 10
0
votes
1 answer

How much the load can jmeter take with a single JSON Request?

I am using:- - windows10, - processor: Intel Core i3@2.00GHz, - RAM:8.00GB, - 64- bit OS. - jmeter 4.0 the scenario is I have to pass/send a request for JSON data in Jmeter body. I have to pass/send request of 50mb JSON data in the JMeter…
Krishna Sagar
  • 11
  • 3
  • 10
0
votes
3 answers

JMeter - Count requests with responses below defined time

Can you recommend plugin or report for Jmeter 4.0 which count number of requests with responses lower than < define time (eg, 200ms, 500ms, etc.) I would like get answer on below question: How many requests per sec can be sent that response time of…
Dariusz
  • 27
  • 4
0
votes
2 answers

How to extract viewstate and eventvalidation using regular expression parsing partial renders with JMeter ASP.net

In my case, I am able to extract viewstate and eventvalidation from response, when the response is like:
Siva
  • 35
  • 3
0
votes
3 answers

How to run jmeter jmx files parallely from single command prompt

I have 5 different jmx files in my project. I need to do performance testing by running all these jmx files parallely. Currently i'm opening 5 different jmeter command prompt instance and triggering the execution. Is there any way i can execute all…
Praveen PS
  • 127
  • 2
  • 5
  • 17
0
votes
1 answer

How to prioritize multiple controllers in Apache JMeter

I have a requirement in JMeter, while executing several recorded HTTP Request (placed inside Transaction Controller) in Thread Group, They should start its execution from one by one ie) Controller 1, Controller 2, ... & Final Controller. But when I…
0
votes
1 answer

How can i use entrypoint in dockerfile for Volume command to display the result when my container is stop

My Docker File link:- https://www.dropbox.com/s/uiu3q6qdpmqst2f/Screenshot%202018-04-26%2010.01.59.png?dl=0 I am using this commands docker build -t jmeter123 . docker run -v /var/www/html/"$(date +%Y%m%d)":/opt/apache-jmeter-4.0/bin/result_html …
Sumit Garg
  • 29
  • 8
0
votes
1 answer

Is it recommended to test complex ASP.NET UI workflows using JMETER for performance tests

We have developed Asp.NET application .It is automated Inventory Based System to place orders and shipped it to customer. There are no REST API. It contains UI and API layer. We need to do performance test using JMETER with 1000 users who will…
Vishal
  • 339
  • 1
  • 9
  • 26
0
votes
2 answers

Jmeter hangs even if resources avaliable

Hi I am using Jmeter to 20 parallel HTTP request from (20 treads each threads one request and 1 iteration). Each request POST JSON of almost 2mb. I have given Jmeter heap of 30gb still jmeter threads got stuck and no response. running jmeter in…
Hexgear
  • 320
  • 1
  • 3
  • 13
0
votes
2 answers

Why JMeter varibles aren't set from JSR223 Groovy Assertion?

I'm trying to set Jmeter variables extracted from Jmeter properties inside JSR223 Groovy Assertion. Jmeter properties in which I'm interested looks like: ... created_blob_A_6= fde65de0-3e32-11e8-a5b4-3906549016d8 created_blob_A_8=…
Eugene
  • 5,353
  • 6
  • 27
  • 37
0
votes
0 answers

Receiving Empty Response for more users in Jmeter

I have a scenario recorded in Jmeter. Login -> Home Page -> Click on the link to open Page A -> Page A opened -> Click on the tab to open Page B -> Page B opened -> Log off I executed above scenario with 5 users, Ramp up 20 sec, Loop Count Forever,…
0
votes
2 answers

How to pass values from Thread Group to TearDown Thread Group?

I'm trying to implement Load Test test script, which should act according to the scenario: there would be several "producer" threads, which would upload files to database via web service; there would be few "consumer" threads, which will download…
Eugene
  • 5,353
  • 6
  • 27
  • 37
0
votes
1 answer

JMeter version 4.0

I need to know which version of chrome browser is applicable for record scenarios in JMeter version 4.0. My current chrome version is 65.0.3325.181 and I can't record scenarios in JMeter. Please suggest me, whether I can downgrade or upgrade my…
0
votes
2 answers

In Docker Jmeter HTML Report is not generating

The issue is Container stopped after docker completing the Jmeter hit. Docker File last Line : CMD jmeter -n -t Get_Ping_Node_API.jmx -l .csv -e -o Get_Ping_Node_API2.html Running: ubuntu@ubuntu:~/sumit/docker-jmeter$ docker exec -it…
Sumit Garg
  • 29
  • 8