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:
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 is listed with vulnerability: https://plugins.jenkins.io/performance/ So currently its not safe to use this plugin(https://www.jenkins
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
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
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
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
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
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
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
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
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
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
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
I have been trying the javascript in jmeter while controller, and am using below function ${__javaScript(("${app_status_g1}".indexOf("100") == -1 && ${
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
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%
Postman Collection that i run isnt appearing in jmeter i changed the proxy in postman and jmeter but still im facing the same problem
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
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