Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [jmeter]

Apache JMeter is an open source Java application, designed to load-test functional behavior and measure performance. Originally designed for testing Web Applications, it has since expanded to other test functions as well.

jmeter
-1 votes
1 answer
15 views

Jmeter with Websocket

I am working on JMeter with websocket plugin, when I am using a single user login I can keep the websocket connection 1 day but when I'm trying to connect multiple different logins using csv file my ...
Vivekanand Hiremath's user avatar
0 votes
2 answers
19 views

JMeter - Utilize functions

I have the following function to generate a random MAC address: `def macAddress() { def rnd = new Random() def mac = new StringBuilder() (1..6).each { int value = rnd.nextInt(256) def hexStr = ...
Ajith R's user avatar
  • 43
0 votes
1 answer
24 views

Consume File based on Thread number produced by previous thread Group

My create artifact scenario is creating file as ../Data/CreateArtifactObjectId_Thread_1.txt ../Data/CreateArtifactObjectId_Thread_2.txt ../Data/CreateArtifactObjectId_Thread_3.txt File Format: ../...
Ankit Kotak's user avatar
0 votes
1 answer
16 views

Jmeter variables change value when leaving If Controller

I have a loop controller with an If controller inside of it. The if controller triggers on certain loop iterations to update a Jmeter variable (SystemId). The If controller and groovy script seem to ...
MattSmithBurgess's user avatar
0 votes
1 answer
12 views

How to use id_token (value) from html response in jmeter correlation

i am trying to replace id_token value in the request but its getting error. I have used regular expression ext to correlated the value and used this function: id_token" value="(.*?)"/&...
Chaxs's user avatar
  • 1
0 votes
1 answer
26 views

Issues with WebSocket Chunk Delivery in Apache JMeter

Question: I am currently using Apache JMeter to test a system that involves multiple HTTP requests and WebSocket (WSS) connections with port 443. I have configured a Thread Group to handle these ...
Kaushal Sethia's user avatar
0 votes
1 answer
18 views

Executing jmeter from Java:java.io.IOException: Cannot run program "\bin\jmeter": CreateProcess error=193, %1 is not a valid Win32 application

I am trying to execute jmeter script from java program but i am getting below error java.io.IOException: Cannot run program "D:\apache-jmeter-5.6\apache-jmeter-5.6\bin\jmeter": CreateProcess ...
Guru's user avatar
  • 443
0 votes
2 answers
15 views

JMeter freezes when attaching a large-sized base64 text on body data

I've been trying to attach a base64 encoded image (large size) to my POST body data but it freezes every time I tried to paste it. Any suggestion for a good practice of attaching base64 texts on POST ...
Ree's user avatar
  • 1
0 votes
1 answer
21 views

How to send multiple requests at once by only 1 Thread in Jmeter

I'm new to JMeter, and I want to create a JMeter script for the below scenario. Thread count - 1 Requests count - 50 Here the requirement is to invoke all these 50 requests by using only one Thread ...
TTDS's user avatar
  • 104
0 votes
1 answer
17 views

JMeter - Assert on a variable

I have a regular expression that returns the below value: The texts "HRDEV-Scotty-Testing" and "rtc-test-eus-sbc.rtc.hrdev.io" need to be searched in this value. If found, mark ...
Ajith R's user avatar
  • 43
0 votes
1 answer
20 views

Jmeter 5.3 No column <responseMessage> found in sample metadata

I am having Jmeter 5.3 and trying to generate a Report from existing CSV file, using below command jmeter.bat -g D:\Temp\TestPlan1.jtl -o D:\Temp\TestPlan1 But in console getting error File 'D:\Temp\...
usersam's user avatar
  • 1,213
0 votes
1 answer
13 views

JMeter dynamic correlation assistance

I am new to Jmeter. I have been trying to perform recorded scripts on ServiceNow catalog item that I have created. I think I was able to correlate the x-User-Token from the login Sample to the later ...
ankita dutta's user avatar
0 votes
1 answer
12 views

Response time for API request with "Retrieve All Embedded Resources" ON is taking less time than the one with this option OFF....How?

I was trying to assess one API for loading a dashboard. Strangely the same API request with "Retrieve All Embedded Resources" enabled is taking less time than if i uncheck this option for ...
Swarup's user avatar
  • 79
0 votes
1 answer
13 views

Jmeter: How to combine Constant Throughput Timer with ForEachController?

I'm pretty new in the area of performance testing via Jmeter, and currently in my project I'm struggling with the following issue: In my current project I have the following test plan (Jmeter 5.5): ...
RahlMCD's user avatar
  • 11
0 votes
1 answer
13 views

Clear cookies and cache 2nd iteration in JMeter- selenium script

I have developed a script with jmeter- selenium webdriver. When we launch url it is prompting cookies popup in 1st iteration where as 2nd iteration cookies popup not promoting. Please help me to clear ...
Raghav's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
1321