Questions tagged [jmeter-3.2]

Use this tag for questions specific to Apache Jmeter 3.2, released on 14 April 2017. 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 and fixes bugs.

Notice JMeter 3.2 requires 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

JMeter artifacts can be downloaded on Maven Central :

 <groupId>org.apache.jmeter</groupId>
 <artifactId>ApacheJMeter</artifactId>
 <version>3.2</version>
308 questions
-1
votes
2 answers

Error - org.apache.jorphan.util.JMeterException: Error invoking bsh method: eval Sourced file:

I have got error like "org.apache.jorphan.util.JMeterException: Error invoking bsh method: eval Sourced file: inline evaluation of: ``import android.util.Base64; import java.security.spec.X509EncodedKeySpec; import . . . '' : Typed variable…
Siddish
  • 97
  • 3
  • 12
-1
votes
1 answer

How to bypass multiple proxy in jmeter

I am using the command jmeter -H proxy -P 4145 -N 10.24.27.57;10.5.213.40;10.5.247.126 -u username -a password I want to bypass these 3 proxy 10.24.27.57;10.5.213.40;10.5.247.126. How will it work?
-1
votes
2 answers

Error on opening jmeter script

Whenever I'm trying to open jmeter script then it's showing the following error. I already kept plugging in lib/etc folder but the error is still there. Please provide me the solution of this as soon as possible.
Amu
  • 1
-1
votes
1 answer

How to move variable from sampler to sampler in groovy Jmeter

I have a question about variables, in groovy in jmeter. I want to create a test that in the first step read data via groovy sampler, and put it in variable budget, def = old_budget; and in the end of the test I want to create another sampler and…
Bastian
  • 1,089
  • 7
  • 25
  • 74
-1
votes
2 answers

JMeter throws java.lang.NoSuchMethodError: org.apache.jmeter.samplers.SampleSaveConfiguration.setFormatter(Ljava/text/DateFormat;)

2017-09-29 12:39:56,306 INFO o.a.j.e.StandardJMeterEngine: Running the test! 2017-09-29 12:39:56,307 INFO o.a.j.s.SampleEvent: List of sample_variables: [] 2017-09-29 12:39:56,312 ERROR o.a.j.JMeter: Uncaught exception: …
Subho.Jeet
  • 1
  • 1
  • 3
-1
votes
1 answer

How do make for login and add to cart to checkout using JMeter?

I'm new to JMeter. How do make for login and add to cart to checkout using jmeter? Can anybody tell me about bean shell for add to cart to checkout?
-2
votes
2 answers

Groovy XmlSlurper parse error - content is not allowed in prolog

I am trying to parse an jmeter soap response (XML), however I get a parsing error org.xml.sax.SAXParseException: Content is not allowed in prolog I have validated that the SOAP response (XML) is valid using online tools, however to no avail. I…
Nobody
  • 549
  • 1
  • 10
  • 24
-8
votes
1 answer

Jmeter request to google

Need a help! Using the JMeter need send request to https://www.google.com.ua/imghp?hl=ru&tab=wi&authuser=0 something like a "cat" or "dog" and make assertion of one of the finding images. Please help!
1 2 3
20
21