Questions tagged [jmeter-5.0]

Use this tag for questions specific to Apache Jmeter 5.0 (r1840935), released on 19 September 2018. Always specify also the jmeter tag

This release brings a lot of new features and improvements, and also fixes bugs:

  • JMeter 5.0 is tested on Java 8 to 10, Java 11 should also work.

  • Rest support has been improved

  • In distributed testing, JMeter now automatically prefixes thread names with engine host and port
  • XPath 2.0 is supported in a new element called XPath2 extractor
  • Search feature has been improved to allow you to iterate in the tree over search results and do necessary replacements through Next/Previous/Replace/Replace/Find buttons
  • You can now restart JMeter from menu File → Restart
  • A new Graph Total Transactions per second has been added to the HTML Web Report
  • A New function __threadGroupName has been introduced to obtain ThreadGroup name

JMeter artifacts can be downloaded on Maven Central :

   <groupId>org.apache.jmeter</groupId>
   <artifactId>ApacheJMeter</artifactId>
   <version>5.0</version>
1037 questions
-1
votes
1 answer

How to get the immediate parent name for a sampler in Jmeter

How to get the immediate parent name for a sampler in Jmeter. I have many transaction controllers. I am using Jmeter 5.3 I have a beanshell script for the same which is as below, but it always prints the very first controller name. import…
-1
votes
1 answer

how to handle the passsword encrytion in Https request in jmeter?

enter image description hereWhen i started recording the application in jmeter, then i found that password is getting encrypted,the value which i am passing in application like username password to login the application, After recording the…
-1
votes
1 answer

How can i do parameterization for multiple json files or payload in jmeter

How can i do parameterization for multiple json files or payload in jmeter. I am trying to to parameterization for json payload in jmeter.
Divya
  • 1
  • 2
-1
votes
1 answer

JMeter: How to send HTTP GET request using BeanShell

I am studying JMeter and want to make a HTTP GET request to http://google.com using BeanShell Sampler without using HTTP Request Sampler. Is it possible? And if so, how can I do it? Thanks in advance!
-1
votes
1 answer

SOAP API with AES Encryption in Jmeter

I am going to do load test on SOAP API and involves operations like AES Encryption. Can we perform the load test by using Jmeter. If yes, How we can overcome issue. Thanks
Akhil
  • 1
  • 1
-1
votes
1 answer

Jmeter not performing second loop when a while loop is introduced

I have a scenario as below, Post a webpage which have a search bar, where i have to search for 5 different strings. Hence i created thread group as below, No of threads : 3 No of iterations : 2 Inside the script i included a while loop to search for…
Praveen P
  • 57
  • 5
-1
votes
2 answers

Generate json body using groovy in jmeter having array inside an array

I'm trying to generate JSON body dynamically using values in csv file. For this i'm making use of JSR223 PreProcessor with groovy script. I'm expecting the below format to be generate when i run the groovy script { "transactionId": "100", …
Praveen PS
  • 127
  • 2
  • 5
  • 17
-1
votes
1 answer

Jmeter : Issue with HTTP request returns java.net.URISyntaxException

I am using an RSS feed generated by our test application to verify if there are any broken links on our website. When I use these URLs in the HTTP sampler after some pre-processing (to split the URL to extract protocol, host, domain), most of the…
-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

Can we change system date using jmeter?

I have some set of api's before executing them i need to change system date every time. Is there any method to change system date in jmeter?
MUSADDIK
  • 1
  • 3
-1
votes
2 answers

How to handle pop-ups in Jmeter automation tool?

I am trying to perform load testing on particular application form of a portal using JMeter tool. I have recorded the whole scenario using blazemeter tool and exported it into .jmx file. In the JMeter tool, I have imported the file, able to login to…
-1
votes
2 answers

Jmeter and Oracle Connections - JDBC Request

When I try to use the JDBC Connector I'm getting this error when I go to try and send a SQL. I'm getting a weird error that I don't understand when trying to connect a JDBC request to an Oracle DB. java.lang.AbstractMethodError: Receiver class…
CrazyHarry
  • 45
  • 2
  • 9
-1
votes
1 answer

Performance testing Dynamics CRM using JMeter tool

I have recently started using JMeter and I'm still trying to get to grips with it. I am trying to use JMeter to performance test Dynamics CRM. I have created a test plan and included a thread group with the HTTP authorization manager. I have added…
mara19
  • 121
  • 1
  • 4
  • 15
-1
votes
1 answer

Where I can find scheduler start time and end timie functionalities for JMeter 5.1.1?

From the recent versions of JMeter release, I couldn't see Start and End Time options in JMeter's Scheduler Configuration tab from Thread Group screen. How we can schedule date and time from the JMeter's latest version 5.1.1? Else we need to…
Prakash R
  • 119
  • 2
  • 14
-2
votes
1 answer

JMeter (java.net.SocketException)

I run my JMeter script and everytime after ~40 secounds i had this error: enter image description here my script: enter image description here
NeYurik
  • 9
  • 3
1 2 3
69
70