3,461 questions
0 votes
2 answers
41 views
Alternative of distributed load testing
I need help to find a way to generate stress/capacity testing on webpage. Server Configuration of Load generator Processor: AMD EPYC 7R13 @ 3.6 GHz, 4 Cores Operating System: Ubuntu 22.04 (x86_64) ...
0 votes
2 answers
74 views
JMeter test runs much longer when using Include Controller with Test Fragment
I have a JMeter test plan where I’m using an Include Controller that references a Test Fragment. The Thread Group is configured with a duration of 1 hour. When running the script with the Include ...
0 votes
1 answer
109 views
Artillery + PlayWright + Fargate: Test durations ramping up and timing out
I'm running a load test on a web application using Artillery with the Playwright engine on AWS Fargate. I'm observing a steady increase in test durations as the test progresses, and a high percentage ...
1 vote
1 answer
59 views
Looking for simple garbage collector load test
I'm looking for some code or some benchmark to roughly asses the pause times or cpu load caused by some GC in order to get some rough estimate how efficient it is. I just want to see whether some GC ...
0 votes
0 answers
52 views
Artillery Socket.IO: {{token}} in socketio.query interpolates as 'undefined' despite beforeConnect
I'm trying to load test a Node.js Socket.IO server using Artillery. My server expects an authentication token as a query parameter during the handshake. I'm using Artillery's socketio.beforeConnect ...
0 votes
0 answers
45 views
k6 reports expiry in the 18th century for all cookies
I'm a new QA, and I'm using k6 with Typescript to test a web app. I noticed that http requests that rely on cookies aren't working correctly in the test script, although they do work when using the ...
0 votes
1 answer
67 views
How can I make my JMeter test script reusable across different environments?
I'm working with a JMeter test script where I need to use some pre-defined values (such as client_id, client_secret, scope, etc.) different for each request, that change depending on the environment (...
1 vote
1 answer
42 views
SpringBoot rest service not accepting desired load
My spring boot application is not accepting desired load. In order to isolate problem I created a very simple service that just sleeps for 500ms and returns success response back. Following is my ...
0 votes
0 answers
57 views
Cleaup test data in K6 `teardown` in UI load test
I have a UI load test written in K6. I am creating a bunch of entries on the page and keeping tab of them using openKv (https://github.com/oleiade/xk6-kv) in the code so that I can delete them after ...
0 votes
1 answer
56 views
How to Script JMeter running 1 request after interval of 15 min and other request normally
How can I correctly configure JMeter to achieve this scenario? Any guidance or examples would be greatly appreciated! The scenario in JMeter involving two requests: First Request (GET): This request ...
0 votes
1 answer
69 views
Locust distributed mode: "Unknown message type '_distributor_request' from worker.." warning halts users
I am using Locus in distributed mode with 1 master and n workers to run a load test. I am also using the locust-plugins library to utilize its Distributor utility. My goal is to preallocate one unique ...
0 votes
2 answers
29 views
Running multiple setUp threads concurrently in jmeter
I have two setUp thread groups: One runs one time to set up a lot of things. The second one loops a few times through a file. Since both of these take a long time to run and they don't conflict with ...
0 votes
1 answer
63 views
JMeter WebSocket Plugin - Received Ping Frame Data and Missing Responses
I am using JMeter 5.6.3 with the Peter Doornbosch WebSocket Sampler Plugin to test a WebSocket API. However, I am facing two issues: Issue 1: Received Ping Frame Data When I send a WebSocket request ...
0 votes
1 answer
72 views
Websocket load test utilising high cpu and memory of the VM used for testing
I'm running api load tests with a script that's a combination of REST and websocket APIs. The resource utilisation of the VM where I'm using jmeter to execute load tests is much higher than before ...
0 votes
1 answer
117 views
How to set Jmeter constant throughput timer to JMX XML as user input
I am running a load test using JMeter and I want take the ConstantThroughputTimer value as user input and set in the JMX XML. The JMeter shell script is being called from a bash script. Bash Script: ...