Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
34 views

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) ...
QA Helper's user avatar
0 votes
1 answer
100 views

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 ...
John Rix's user avatar
  • 6,723
0 votes
0 answers
52 views

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 ...
Manish Kumar's user avatar
0 votes
1 answer
67 views

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 (...
Nikhil's user avatar
  • 397
0 votes
0 answers
53 views

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 ...
techjourneyman's user avatar
0 votes
1 answer
66 views

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 ...
PloniStacker's user avatar
0 votes
1 answer
54 views

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 ...
prabhakaran prabha's user avatar
0 votes
1 answer
107 views

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: ...
Suvendu Mandal's user avatar
0 votes
1 answer
83 views

I have searched for answers to this and have found many hits containing the same advice - follow the guidance in this BlazeMeter blog article which sounds perfect for my requirements:- https://www....
danrockcoll's user avatar
0 votes
1 answer
314 views

I am using Artillery with Playwright to measure performance metrics of a website, but I am not getting the metrics I specified in the configuration. Instead, I am seeing only browser-related metrics. ...
Jayz's user avatar
  • 654
0 votes
2 answers
171 views

Our team has identified a memory leak in a .NET application running in a Kubernetes pod and needs to pinpoint and optimize the performance bottleneck. As a performance tester, I have experience in ...
zenitsu Agastuma's user avatar
0 votes
1 answer
79 views

I have a lot of test plans that use the same config set up and I've been looking into how to make the set up reusable instead of having to copy and paste it between the many test plans. Examples of ...
Kamiccola's user avatar
1 vote
0 answers
164 views

I'm trying to capture http_errors with a custom tag to differentiate their status code, within my script I'm creating const httpErrors = new Counter("http_errors");. Then within the default ...
Armax7's user avatar
  • 21
-1 votes
1 answer
52 views

I am new to Jmeter and learning as I go on a small project in work, but I think I'm getting confused when it comes to the logging in and out of websites, as well as navigating around areas of a logged ...
Chris Duffy's user avatar
1 vote
0 answers
151 views

I'm building a web UI test in k6, where I have a list of users and passwords stored in a SharedArray. Each virtual user (VU) logs in with one of these credentials and performs an ordering process. ...
Sinio's user avatar
  • 29
0 votes
0 answers
86 views

I wanted to perform some load testing on Hana database. For this I decided to use Locust and I referenced the implementation given in this link for another database: https://community.cratedb.com/t/...
A Beginner's user avatar
6 votes
2 answers
480 views

Trying to use locust following the documentation, https://docs.locust.io/en/stable/quickstart.html from locust import HttpUser, task class TestUser(HttpUser): # @task(1) # def health(self): ...
Dinesh Babu Rengasamy's user avatar
0 votes
0 answers
1k views

I am using K6 to do some load testing but whatever configuration I give it I cannot get it to make more than ~1000 requests per second. I’ve tried various scenarios to get the RPS much higher but the ...
amlwwalker's user avatar
  • 3,344
-1 votes
1 answer
654 views

i have this k6 script but i can't seem to get the errors to show up in my html file although if i console.log i see them import http from "k6/http"; import { sleep, check } from &...
Sam Dopps's user avatar
0 votes
1 answer
333 views

I'm trying to run a k6 script that uses multiple payloads stored in JSON files. I want to read these files using the fs module and send them as part of my HTTP requests. However, it seems that the fs ...
Sankar's user avatar
  • 323
0 votes
1 answer
68 views

I'm trying to understand how load testing can be done on a POST HTTP Request when the data are stateful. For clarity, here's an example: When a POST HTTP request is fired, the data will changed from A ...
Tommy Leong's user avatar
  • 3,060
0 votes
1 answer
149 views

While executing grafana k6 script on the console the time to be taken for test execution is mentioned, but do we have a way to know in advance ie before actually the test begin execution how much time ...
Curious Coder's user avatar
0 votes
1 answer
125 views

I am running Locust tests using distributed load generation with the flag: --processes -1 I used to get the stats while the tests were running from from locust.stats import ...
David A's user avatar
  • 191
0 votes
1 answer
51 views

We have an Azure Data Factory pipeline and we need to pay attention to its performance. So we try to test it with JMeter. We want to trigger the debug button multiple times through the API (with ...
Joy's user avatar
  • 945
0 votes
1 answer
149 views

Recently I want to do load testing for my azure data factory pipelines. Now, I follow the document Load test a website by using a JMeter script in Azure Load Testing: But the question is that: This ...
Joy's user avatar
  • 945

1
2 3 4 5
70