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
1 answer

Extracting and processing from JSON response

I am doing a hotel search by entering the hotel names.Below is the valid JSON response. This is a response for one hotel search. I have run 15 threads and I have 14 more JSON response for different hotels similar to this one. In this response you…
Ashley
  • 147
  • 2
  • 20
0
votes
1 answer

Extraction of text from Image in Jmeter

I have a requirement to extract number(digits) from Image on the disk . Do we have any library/plugin for jmeter which can do this ? For example I have the Image on the disk I want to extract the digits from this image . My output should be :…
UDAY KUMAR
  • 65
  • 1
  • 1
  • 7
0
votes
1 answer

JMeter JSON Path Extractor when a JSON is inside a HTML

I want to pull all the "tcversion_id" values from a json i get in a response, but the tricky part is that the json is inside a javascript tag in a html response. Here's the json part of the response:
10001a
  • 53
  • 1
  • 6
0
votes
1 answer

How to share the Integer type of value in jMeter

I wrote a Script in Test Case inside BeanShell PreProcessor and I want to use the value(Integer) in ThreadGroup. By using vars.put() we can only share String type of values. NOTE: I want to use the value in Number of Threads(users) block
KCS
  • 442
  • 5
  • 20
0
votes
1 answer

Jmeter Throughput shaping timer Questions

So, I am using JMeter's throughput shaping timer to test the performance of our REST Server. I noticed a few things i did not expect. First of all my setup details : 1)JMeter Version : 3.0 r1743807 2)JMX file : DropBox Link Now , my questions…
nikel
  • 3,402
  • 11
  • 45
  • 71
0
votes
3 answers

How to Login to a Server using Jmeter, MongoDb Config

I am Using the MongoDb Source Config and i want to hit a database on a server 10.X.X.X. This Server requires authentication. How can i do this authentication from Jmeter using MongoDb Config.
Vishal Puliani
  • 201
  • 1
  • 3
  • 14
0
votes
1 answer

How can i give a comment/Remarks for Dashboard report in jmeter?

After/Before generate report, how can i add/update dashboard report heading & comments in jmeter3,0. Kindly give me a solution. Thanks, Vairamuthu.
Vairamuthu
  • 528
  • 4
  • 11
  • 20
0
votes
1 answer

How to verify Textbox is visible on page using webdriver jmeter script?

Test scenario : If capctha text box is present(visible) then enter some value.(NOTE :- you can only see captcha Text box if request is coming from same location) captcha div only going show up if request coming from same location.(Till then captcha…
0
votes
1 answer

JMeter does not load and gives error

My JMeter 3.0 installation was working fine and then I installed Selenium webdriver. I copied the files and folders as mentioned in the installation steps given here. I get the following error: Writing log file to: C:\WINDOWS\system32\jmeter.log An…
Sid
  • 7
  • 3
0
votes
1 answer

How can i get dynamic values(lectureid) while click 'Add' button in jmeter

My scenario, While click "Add" button, Getting "lectureid" from the database for my application. In the above scenario, How can I get 'lecture id'(dynamic) value in JMeter3.0 and refer the snapshot? Kindly give me the solution for this scenario.
Vairamuthu
  • 528
  • 4
  • 11
  • 20
0
votes
1 answer

Jmeter while controller gets stuck on request and does not loop

I am writing a test that waits for a specific response using while controller. To be more precise, I send a message with jmeter, then that message gets state "sending" and after about 30 seconds it state changes to "received". So using while…
safary
  • 325
  • 2
  • 7
  • 26
0
votes
1 answer

Randomize path in JMeter REST API load testing

So I have a REST API that I want to test with JMeter. I have few different paths in the REST Service. If we take an example of simple REST service that will calculate based on two values passed in request, I have four different paths…
Keyur Golani
  • 573
  • 8
  • 26
0
votes
1 answer

How can I set dynamic parameters in jmeter?

My scenario Step1: I have set http request for my variable and values are courseid = ${courseid} priceid = ${priceid} coursecategoryid = ${coursecategoryid}.. .....etc …
Vairamuthu
  • 528
  • 4
  • 11
  • 20
0
votes
1 answer

Jmeter and Graphs Generator

I read (maybe not so carefully) the following link and link but despite my efforts, i can't succeed to generate my graphs. (windows or mac). I do have two scripts (as advised by Vincent DABURON). Sorry but i have a french version of Jmeter, i can…
Tanc
  • 667
  • 3
  • 6
  • 25
0
votes
1 answer

How to access CSV using jmeter

Let us consider we have an excel/csv containing multiple columns, column1 contains the website and the other columns contain the parameters, how to perform http GET login and map parameters of each site and get the result sheet in jmeter. Can…