1,134 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
60
views
Apache JMeter testing multiple HTTP requests concurrently with only one query parameter different in requests
I have a question related to Apache JMeter testing. I want to send multiple HTTP requests to a single GET endpoint simultanesously (concurrently), that has multiple query parameters, one of them is ...
0
votes
1
answer
67
views
How to maintain session?
I am using JMeter 5.6.3, trying to maintain a session on a legacy CodeIgniter 3.1.13 application in order to do load testing.
I have set up the test in this structure:
Test Plan: Login -> Dashboard ...
1
vote
1
answer
71
views
How to generate an unique dynamic first and last name for each API Test?
I'm running POST API successfully in Jmeter, but the issue is whenever I execute an API I need to send an unique first and last name. When I try send a request with the same first name and last name ...
0
votes
1
answer
37
views
How to run additional parameter via CLI?
my basic command is this
jmeter -n -t "Get Profile.jmx" -l "..\result_$(Get-Date -Format yyyyMMddHHmmss).jtl" -e -o "..\report_$(Get-Date -Format yyyyMMddHHmmss)" -f
can ...
0
votes
2
answers
113
views
JMeter If Controller not executing even when variable is present and has expected value
I’m working on a JMeter test plan where I need to control flow based on the result of a JSON extraction. Here’s the flow in my thread group:
• Get Shelves (HTTP Request)
• Inside it, I have a JSON ...
0
votes
3
answers
51
views
How to achieve target of 10KTPM in one minute using jmeter
I am working on one scenario where I have to check login flow of application for 10KTPM in minute.
In my login flow exist- load the URL, Login and Home page load.
In entire login flow we have 55 ...
1
vote
1
answer
47
views
bash file not generetaing Jmeter output as UI
i am using Jmeter for testing purpose this is what is the format exported by Jmeter UI
Label # Samples Average Median 90% Line 95% Line 99% Line Min Max Error % Throughput Received KB/...
0
votes
3
answers
90
views
JMeter recording issue - javax.net.ssl.SSLHandshakeException: Received fatal alert: unknown_ca
I have been trying to record a google cloud hosted application from my company based VM. I am using proxy to reach the website to record the flow.
Jmeter version is 5.4.3 with Azul Zulu JDK 11.76.21
I ...
0
votes
1
answer
47
views
JMeter - Java net socket exception
I have installed JMeter on my Mac and added a sample HTTP get request to ping jmeter.org home (very basic script).
JMeter version : 5.6.3
Mac OS: Sequola 15.3.2
JDK version : Java 24
Network : Wifi
...
0
votes
1
answer
28
views
Concurrent logging testing using token in JMeter
I am trying to create a multiple user logging test scenario in JMeter.
As part of login a token needs to be generated. This token can be generated by passing User ID and Password to an API endpoint.
e....
0
votes
1
answer
82
views
Jmeter Throughput Shaping Timer Not Working As Expected
I'm testing my spike test configuration by adding a Dummy Sampler and an Ultimate Thread Group. Based on my settings, I should be getting approximately 750 hits in the first 15-minute timeframe. ...
0
votes
0
answers
49
views
How to execute postgresql stored procedure in JMeter
I want to do a stress testing of postgresql db. For this I am executing one stored procedure. I have added the JDBC sampler with the procedure call like below,
call appoagetincorrecthintitems (3236006,...
0
votes
1
answer
44
views
How to handle Async APIs in Taurus and to get the response time between the requests
I want to perform load test on Asncy APIs by using Taurus + Jmeter, I have two APIs , one uses POST request method , and one of the response from this requested is concatenated with the second API ...
1
vote
0
answers
52
views
Cannot create JDBC driver of class 'com.microsoft.sqlserver.jdbc.SQLServerDriver' for connect URL despite adding the jdbc jar files in jmeter\lib
I've been trying to run some load testing scripts through JMeter, but I keep running into this error:
Cannot create JDBC driver of class 'com.microsoft.sqlserver.jdbc.SQLServerDriver' for connect URL ...
0
votes
1
answer
33
views
Wait for file Response using WebSocket Single Read Sampler
I'm new to JMeter from Java Selenium, and I am trying to carry out the following actions:
Upload a file
Wait for websocket response indicating that file has successfully uploaded.
To this effect, I ...