Category "jmeter"

Jmeter not executing script from command line (CLI mode) but works fine with GUI mode

I wrote a script in Jmeter that is fine being executed from GUI mode but will fail when being executed from CLI mode (non-GUI) This is the result from CLI mode:

403 forbidden error in jmeter but api works fine in postman

I have an API that is running in GET method. It works fine in postman with 200 status code. But when I try to run the API in jmeter it throws 403 forbidden erro

JMeter performance plugin having XXE vulnerability. Any other alternatives?

JMeter performance plugin is listed with vulnerability: https://plugins.jenkins.io/performance/ So currently its not safe to use this plugin(https://www.jenkins

User Defined Value (Date) is changing within Jmeter test plan

I have user defined variable for date: Date1 | 31-Jul-2018. Now I am using this variable within my test plan, and on each iteration, I will be decrementing the

Jmeter/Selenium scroll down in a specific area and not the entire page

I am having trouble trying to figure out how to scroll down a one section only from the entire webpage. I have tried window.scrollBy(x,y) which works but for th

Jmeter/Selenium scroll down in a specific area and not the entire page

I am having trouble trying to figure out how to scroll down a one section only from the entire webpage. I have tried window.scrollBy(x,y) which works but for th

Java.Jmeter. SSL unexpected server Message "server_hello"

I try to use Jmeter with plugin "DI-fakfa meter" to load my kafka using SSL. I got the following certificates from VAULT system: -CA -Issuing CA -Private key In

JMeter frequency peaks when using ultimate thread group

I use Ultimate Thread Group for performance testing in JMeter. In combination with a timer I want to scale the number of users/threads dynamically while each us

JMeter frequency peaks when using ultimate thread group

I use Ultimate Thread Group for performance testing in JMeter. In combination with a timer I want to scale the number of users/threads dynamically while each us

Jmeter - How to set Jmeter to pick up specific Java version (windows)

My windows system has two Java versions: 15 & 17 I want to make Jmeter pick up version 15. I set path as: C:\Program Files\Java\jdk-15.0.2\bin And JAVA_HOME

Latency shown in JMETER is much less when I use faster internet connection & run my Test. Is it due to faster internet or some other factors too?

I created a test in JMETER Add > Sampler > HTTP Request = Get Server Name = dainikbhaskar.com No. of threads(users) = 1 Ramp-up period (seconds) = 1, Loo

Getting SSL and other errors while recording iOS native app with Jmeter

Jmeter logs : 2018-11-28 18:35:49,906 INFO o.a.j.p.h.p.ProxyControl: Valid alias found for :root_ca: 2018-11-28 18:35:49,907 INFO o.a.j.p.h.p.ProxyControl: Va

Throughput calculation in Jmeter

Attached is the Summary Report for my tests. Please help me understand how is the throughput value calculated by JMeter: example the throughput of the very fi

WebDriver Sample with Java error - Encountered "WDS"

I am using java as scripting language in JMeter 3.0 and jmeter-plugins-webdriver-1.4.0.jar. When I run my script which is supposed to open a browser and go to g

javascript exception in while controller in jmeter

I have been trying the javascript in jmeter while controller, and am using below function ${__javaScript(("${app_status_g1}".indexOf("100") == -1 && ${

Testing a stored procedure in JMeter - format error

I am trying to test an Oracle Stored Procedure in JMeter. I have already done the configuration to the DB successfully, but when I call the stored procedure and

Unable to execute HTTP request : Couldn't Kickstart Handshaking

I am trying to hit my Spring Boot Server(2.1.4) with 500 user threads using JMeter(5.0). while trying this I got the error in JMeter log file which is about 1%

Jmeter+Postman , jmeter isnt connecting with jmeter

Postman Collection that i run isnt appearing in jmeter i changed the proxy in postman and jmeter but still im facing the same problem

Problem passing user defined variables (JMeter Script)

I don't know how to pass User Defined Variables (from JMeter .jmx Script) on jenkins-taurus.yml (Taurus BlazeMeter configuration file). It keeps pushing the fix

JMeter Extract Redirected Request Body URL

GET https://www.example/a/resource1?id=24 - I have this URL This gets redirected to https://www.example/a/resource1-New-York - I need this URL -- This is h