Questions tagged [jmeter-plugins]

JMeter Plugins project is a сustom set of plugins for Apache JMeter, not affiliated with Apache Software Foundation.

JMeter Plugins project is a сustom set of plugins for Apache JMeter, not affiliated with Apache Software Foundation.

1755 questions
3
votes
1 answer

Jmeter WebDriverSampler fail with Chromedriver headless

I have some tests with WebDriverSampler in Jmeter that work correctly with chromedriver. It is a selenium script that opens a web page and checks that it contains a series of elements. Everything works right until I've tried with the chromedriver…
3
votes
2 answers

Is there any possible way to load test WOWZA Cloud Live streaming video?

I am using JMeter to test load /performance of live streaming severs including WOWZA live streaming engine. But I am unable to test Live streaming of WOWZA cloud, since I am getting a lot of Time out errors. I am very well aware that the timeout is…
3
votes
1 answer

Cannot read text from .net core signalr server using Single Read Sampler in Jmeter

I am trying to load test our web app which is a real time gaming app written using code using asp.net core and signalr technology. We are using JMeter WebSocket Samplers by Peter Doornbosch for websocket communication.But we are not able to get any…
3
votes
4 answers

JMeter Recorder is not working with HTTPS

Please before you say this has been asked on stack overflow, I have looked at each one of the answers and none of them are working as a solution. No matter what I do HTTPS websites not working with JMeter recorder. Using FireFox 63.03 Using JMeter…
kratos
  • 2,465
  • 2
  • 27
  • 45
3
votes
1 answer

JMeter plugin - what is "jpgc - Standard Set" plugin

In JMeter Plugins Manager there's an option to add "jpgc - Standard Set" Virtual package, select to install its dependencies What is the usage of such plugin ? is it the default plugin for some flow? is it internal plugin? I don't find any…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
3
votes
1 answer

Unable to test mobile application using Test Script Recorder

I am trying to test mobile application using jmeter Test Script Recorder but When i set proxy in my mobile and then I tried to captured, It shows all the time "No internet connection". I have set correct ip and port number. Can anyone help me ?
3
votes
1 answer

JMeter - contribute new function(s) to JMeter

I want to add more functions to JMeter, for example encryption __sha512 which will encrypt string using SHA 512. What's the process of contribute new function(s) to JMeter? can I add it as an enhancement to JMeter and create a patch or should it be…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
3
votes
1 answer

Jmeter: how to modify properties on the fly while distributed test is running?

WHAT I HAVE: Huge Jmeter agents network, 1 master + many slaves. Master sends tasks to Slaves, they start test execution and report data to Master. WHAT I WANT: Be able to modify inputs (passed as global properties to Master, -G) on the fly, while…
3
votes
2 answers

Issue while sending a JSON object with BeanShell PreProcessor

I want to send one JSON Object to the HTTP Request body in JMeter using the BeanShell PreProcessor. To model the JSON object I am using java code (with some business logic). Hence I created one BeanShell PreProcessor and wrote the java code as…
Prasad
  • 1,164
  • 1
  • 10
  • 27
3
votes
3 answers

jmeter-analysis-plugin IllegalArgumentException: Null or zero length 'values' argument

I am getting an illegal argument exception when running the jmeter-analysis plugin. I have validated all the output .jtl files and it doesn't appear that the xml files are malformed. Below I have posted the maven command I am using to run the…
moonboy
  • 1,296
  • 4
  • 16
  • 29
3
votes
1 answer

Jmeter include controller relative path

We are using Jmeter-maven-plugin and created a maven project in eclipse. My test file (MainTest.jmx) is in src/test/jmeter folder, in this test we used "include controller" to reuse test fragments. These fragments are stored in…
3
votes
0 answers

gRPC requests using Jmeter

is there a way to test gRPC with Jmeter ? I would like it in Jmeter since it will enable covering both functional and load with the same tool. anyone with Jmeter plugin development experience that can help estimate the work and effort…
user3087483
  • 123
  • 4
  • 10
3
votes
0 answers

SSL error when opening plugin manager in Jmeter 3

I recently added the plugin manager in Jmeter 3.1 by placing jmeter-plugins-manager-0.11 in lib/ext When I go to options -> plugin manager I get this error javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path…
3
votes
2 answers

Jmeter- Error in NonGUIDriver java.lang.IllegalArgumentException

Trying to execute .jmx (Jmeter) using maven project. Created jmx file in Jmeter 3.1 version. Using jmeter-maven-plugin 2.1.0. Getting following error while executing in command line using - mvn clean verify [INFO] P E R F O R M A N C E T E S…
Saagar
  • 794
  • 3
  • 20
  • 41
3
votes
1 answer

JMeter: Converting extracted time stamp value to date format

I have to extract the timestamp value from a response and have to pass it as a parameter to next request. I have extracted the timestamp value from Regular Expression Extractor. Time stamp value is 1481086800000 Value to be passed is in the…
Vishal
  • 147
  • 4
  • 16