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

How can I upload xls file in jmeter?

I have enroll students via bulk upload process through xls document in my application. Can you explain step by step process for upload student details through xls document in Jmeter3.0. Thanks, Vairamuthu.
Vairamuthu
  • 528
  • 4
  • 11
  • 20
0
votes
1 answer

How can i auto generate username & password in staff enrollment process while running jmeter3.0?

Can you explain step by step process for generating username & password in staff enrollment process while running jmeter3.0. Kindly refer the snapshot.
Vairamuthu
  • 528
  • 4
  • 11
  • 20
0
votes
1 answer

Getting error in jmeter while executing script "special character and alpha..."

I am getting below error. Script has been attached in screenshot. Please let me know the solution step by step.
0
votes
1 answer

Testing API for POST method, got "Unknown error" in response

I am new to jmeter and I'm testing API for POST method. I put json request in Body & checked the response by using listener as view table tree it shows status as success but i checked in response it shows error message as: { "response": { …
joo
  • 1
  • 2
0
votes
4 answers

Jmeter assert json response element to be NOT NULL

I am getting Json response, I have parsed it using jp@gc - JSON Path Extractor and got an element say 'Access_Token'. This Access_Token is dynamic. So I just want to make sure that this element is not null. Any leads would be much appreciated.
brij
  • 217
  • 7
  • 19
0
votes
1 answer

How does Transaction Controller have a separate average time in Summary report and the overall report has a separate average time

I ran a Jmeter script with all the samples under a transaction controller as shown in below image Then when I got the summary report for this test and found in the report under average column that the transaction controller shows the total of all…
0
votes
2 answers

How to generate and view dashboard generated reports in jmeter?

In windows, using the command "jmeter -n -t [test JMX file] -l [test log file] -e -o " to generate the dashboard result doesn't execute and shows the error.
Pravin
  • 155
  • 1
  • 1
  • 9
0
votes
1 answer

How to execute/call the sampler in thread1 from thread2 using jmeter?

I have created a thread with name thread1 in jmeter with slenium jp@gc-Web Driver Samplers for functional testing. thread1 has many smaplers which can be reused. Now i need to use these samplers of thread1 in any other threads. How can i achieve it…
Praveen PS
  • 127
  • 2
  • 5
  • 17
0
votes
1 answer

Why do the reading of local property files in JMeter require a plugin?

I was earlier looking for a way to read properties from a project-local file for use in a JMeter Test Plan. I found a plugin that allows you to do this, but I still don't understand why this functionality isn't just supported natively by the…
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
2 answers

Object moved to here - Apache Jmeter

I got an error message Object moved to here when I try to run my url path("/Logon/UserLogon") on Apache Jmeter. Can anyone help me to solve this? API url - 74.85.128.67/Logon/UserLogon Passed Headers in browser JMeter Running In the last image,…
0
votes
1 answer

Receive online (offline) JMeter measurements (Throughput, HIT's per second, Transactions) in non-UI mode, with/without JMeter plugin

The goal is to receive online measurements while running a JMX test (in non-UI mode). Is an existing/new plugin needed (modify existing plugin to be able to save and send the data to my dashboard)? Any examples/tutorial?
Yoav
  • 93
  • 1
  • 4
  • 13
0
votes
1 answer

Jmeter- java.lang.ClassNotFoundException: com.jayway.jsonpath.internal.JsonReader

jp@gc-JSON Path assertion is failing in Jmeter-3. Same is working fine in Jmeter-2.13. Following is complete error trace Thread started: setUp Thread Group 1-1 2016/07/17 21:46:43 INFO - jmeter.services.FileServer: Stored:…
Saagar
  • 794
  • 3
  • 20
  • 41
0
votes
1 answer

The format of the XML JMeter jtl results file is not correct when running in distributed mode

When I run my JMeter performance test in non-GUI mode with the command: /jmeter -n -t TC_001_01.jmx -l result.jtl an XML file is generated with the following format:
Gines
  • 1
  • 1
0
votes
1 answer

WSDL not valid in Jmeter

I am testing Web Service using Apache JMeter ( V2.5.1 ) while loading I am getting below error. The WSDL was not valid , please double check the url. org.apache.jmeter.protocol.http.util.WSDLException:www.webservicex.net Error same wsdl worked in…
Uday Kiran
  • 487
  • 2
  • 9
  • 29
0
votes
1 answer

JMeter - Run an amount of thread groups at a time

Basically, I have 30 thread groups in my test plan and I would like to run 8 thread groups at a time consecutively until the test plan is done. The main test plan options only allow parallel testing of all threads of 1 thread group at a time. Is…
nimsolo086
  • 13
  • 3