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
9
votes
2 answers

JMeter and WebDriver Set - do not work

I've encountered problems with starting JMeter and WebDriver Set. I set - as in http://jmeter-plugins.org/wiki/WebDriverTutorial/ - Thread Group with: jp@gc FF Driver Config jp@gc Web Driver Sampler View Results in Table In Web Driver Sampler I…
master.py
  • 215
  • 2
  • 5
  • 16
8
votes
3 answers

What are JTL's in Jmeter? how to use them?

I have read in best practices for jmeter - Disable all JMeter graphs as they consume a lot of memory. You can view all of the real time graphs using the JTLs tab in your web interface. How is it done? Also How can i generate graphs from JTL…
neha bedi
  • 146
  • 1
  • 3
  • 12
8
votes
2 answers

Jmeter | Plugins 1.3 - Error while starting Webdrivertest

I just trying to start a webdrivertest at Jmeter with the plugins Extras, Hadoop, ExtraLibs and Webdriver. (all 1.3.0) When I'm trying to start the script following error appears: Chrome + IE : jmeter.threads.JMeterThread: Test failed!…
Paili
  • 825
  • 5
  • 18
  • 30
8
votes
2 answers

How to install and use the JMeter plugin "Standard Set"

Hi I have downloaded the Standard Set from the JMeter plugin site. I installed it as it says here: http://jmeter-plugins.org/wiki/PluginInstall/ The problem is that I don't get to see any option in the Listener Menu that let me add a new Graphs…
Axel
  • 1,674
  • 4
  • 26
  • 38
8
votes
3 answers

JMeter, post ALL form data

I am trying to performance test a website's Edit functionality using JMeter. However the step that I am trying to test posts back over 200 items in the form. I obviously want all the items to be the same as the form that is shown to the user…
Ben
  • 1,767
  • 16
  • 32
7
votes
2 answers

What is the ramp-up period in jmeter?

I ran a test plan with 5 users for a total of 20 seconds and what I am not able to understand is what ramp-up period is in actual. Does it means that each user will get 4 seconds or 20 seconds will be used in total for 5 users? If case 1 is true(4…
priya jain
  • 71
  • 1
  • 2
7
votes
1 answer

How to handle post method in Jmeter for load testing?

I want to perform load testing post method using jmeter on application server. I performed load testing many times get request using jmeter on application server. I don't know how to how to handle post method in jmeter for load testing?. POST HTTP…
Hiro Mia
  • 111
  • 2
  • 2
  • 9
7
votes
1 answer

ATLANTBH jmeter-components: JSON Path Assertion

I'm trying to perform a JSON assertion using ATLANTBH jmeter JSON PATH Assertion. However I cant seem to write a correct expression to get the following fields from the JSON feed posted below: 123456789 1009 SOME RANDOM MESSAGE {"api":…
MetaCoder
  • 368
  • 5
  • 22
6
votes
1 answer

JMeter Login once and do an operation multiple times

I have a test plan such as: -Test Plan - Thread Group - Cookie Manager - Login - Play The login operation returns a session cookie which is required for play operation, for which I'm using Cookie Manager. Now, the login…
user5155835
  • 4,392
  • 4
  • 53
  • 97
6
votes
1 answer

Getting exception while using jp@gc Graphs Generator

I am new to Jmeter and getting java.lang.ClassNotFoundException:kg.apc.jmeter.vizualizers.SynthesisReportGui when using jp@gc Graph generator plugin in Jmeter v 3.0. Please help. I am trying to run Jmeter in GUI mode.Jmeter configuration Image I…
Ankit
  • 73
  • 2
  • 6
6
votes
4 answers

How can I generate Test result (CSV)file and JTL file in jmeter?

After test run, How can I generate Test result (CSV)file and JTL file in jmeter. Because, this jtl file using to generate Dashboard report in jmeter3.0. So, kindly give me solution. Thanks, Vairamuthu.
Vairamuthu
  • 528
  • 4
  • 11
  • 20
6
votes
6 answers

How to encode an attachment to Base64 in Jmeter?

I'm trying to encode a file to Base64 in Jmeter to test a web service using the following script: String file = FileUtils.readFileToString(new File("${filepath}"), "UTF-8"); vars.put("file", new…
BlueStar
  • 401
  • 3
  • 9
  • 29
6
votes
1 answer

How to make load testing for web application that based on Webrtc

Im trying to make load testing for web application that based on Webrtc, does someone knows with whitch tool can I test that application. also I`d like to know if i can use Jmeter and if so , how can i use it ? thanks a head
Elad Or
  • 69
  • 1
  • 5
6
votes
3 answers

Jmeter JSON Path Assertion

Below is my JSON response data, I need to do assertion using the below response. I tried in many ways to write JSON path & Expected Value. Always assertion fails. What I want is please help to write the path and expected value for the below data { …
Sreenivas
  • 73
  • 1
  • 2
  • 9
6
votes
1 answer

Benefit of 'Delay Thread creation until needed' option in Jmeter

Can anyone please tell me the benefits of "Delay Thread creation until needed" option in Jmeter - Thread Group? I know the use of this option. However, I would like to know how can this option impact the performance test?
Redefining QA
  • 382
  • 1
  • 2
  • 6