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

Error found while validating JSON response body using Jmeter JSON path extractor

Below is the response code: { "responseCode":600, "message":"Levels", "responseObject": [ { "createdBy":1, "hierarchyText":"COUNTRY", "level":1 }, { "createdBy":1, "hierarchyText":"REGION", "level":2 }, ] } My regular…
0
votes
3 answers

JMeter JunitSampler unable to find constructer with string parameter

I am working on performance testing a command line tool. I already have an integration test written using Junit that tests the entirety of the command line tool and I'd like to reuse it for monitoring performance. I am using the JUnit Request…
praveenag
  • 145
  • 1
  • 9
0
votes
3 answers

Converting .jtl reports to jp@gc graph

I opened a cmd window at this location: C:\...\apache-jmeter-2.13\lib\ext and ran this command C:\...\apache-jmeter-2.13\lib\ext>java -jar cmdrunner-2.0.jar --tool Reporter --generate-png test.png --input-jtl…
paul
  • 4,333
  • 16
  • 71
  • 144
0
votes
1 answer

Jmeter use Selenium javascript webdriver

All the examples show how to use Selenium Java webdriver with Jmeter. Can I use Selenium Javascript webdriver with Jmeter?
SUM
  • 1,651
  • 4
  • 33
  • 57
0
votes
1 answer

JMeter JavaScript global scope in BSF Assertion

I'm wanting to assert against JSON responses without using plugins on JMeter's BSF Assertions. For this purpose, I've created a simple set of util functions that cover my current use case:…
rodrigo-silveira
  • 12,607
  • 11
  • 69
  • 123
0
votes
1 answer

how can we capture all requests going from JMeter running on Linux?

My test is running on Linux VM via JMeter [command line]. Access logs of apache server shows that few requests didn't reached to it and for few requests, it is giving 400 response [i.e. bad request] So i wanted to capture all requests going from…
Abhishek
  • 11
  • 7
0
votes
2 answers

Generate seasonal load pattern using jmeter

I'm trying to generate seasonal load pattern using jmeter but not able to simulate the situation. For example, I would like to have threads with constant request per seconds (say, 60 requests per second) running always in the system. Another thread…
0
votes
1 answer

How can we add time information to Aggregate report in csv format in Jmeter

I am running a Jmeter test plan through command prompt. Then storing its results to .jtl file. Now next I want to get the aggregate results, so through JMeter plugin Aggregate Report generating the aggregateReport.csv. But I am not getting time…
User3091
  • 221
  • 1
  • 5
  • 19
0
votes
4 answers

Jmeter extract value from Get Request

In this example request 226 is main Post request which internally executes 1 Post and 2 Get requests during run time. how i can extract dynamic code value from one of Get request of 226 which is input for the request 228. I know how to extract from…
Saagar
  • 794
  • 3
  • 20
  • 41
0
votes
1 answer

Jmeter: How can I keep 1000 or “X” users login requests session alive using JMeter?

Here is my Test Scenario: First, I am generating a load which includes only Login Requests (say for 1000 users). I am using "Ultimate Thread Group" and "Constant Throughput Timer" in my script. Constant Throughput Timer Value=120/sec is used. I want…
Masud Jahan
  • 3,418
  • 2
  • 22
  • 35
0
votes
3 answers

Getting null value for variable on using regular expression extractor for Json response

I tested regular expression using view result tree. It returns correct data (30 match results). I used reference name in the regular expression extractor as regexid. Regular expression I used is \d{7} ${regexid} has value equals null. Cross checked…
neha bedi
  • 146
  • 1
  • 3
  • 12
0
votes
1 answer

Capture WebDriver requests in Jmeter

One of the services I gonna test using Jmeter has complex authorization mechanism that requires some CS-based steps (JavaScript). So, to set up a session, I have to use WebDriver as Jmeter can't (and actually shouldn't) process JS. I do it in the…
0
votes
2 answers

Get HostName in .jtl file in Jmeter

I am using ANT (build tool) to run jmeter functional scripts. I want to get the hostname or website name where all my jmeter scripts are running. I have checked the jmeter.properties file to do some changes but no luck but no luck.
Prakash Palnati
  • 3,231
  • 22
  • 35
0
votes
1 answer

Loop count and execution time in jmeter

What if I entered: No. of user:100 Ramp up :100 Loop count:30 duration:180sec Now my question is. 1)How to identify the execution time of thread because i want to know the concurrent user at same time,and its depends upon the execution time of…
0
votes
1 answer

how to compare two successful results in jmeter for response format json with one empty result aslo applicable

I have to compare two json response as successful response in JMETER. For example either I will get a response with values, [ { "id": 423082, "createdBy": 10000, "createdOn": "03/11/2016 12:04 PM" }, { …
User3091
  • 221
  • 1
  • 5
  • 19
1 2 3
99
100