35 questions
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 (...
0 votes
1 answer
199 views
How do I view all requests and responses sent on an Azure load testing portal?
I'm new to azure load testing portal but I was able to run a load test easy enough using a Jmeter script. It was a small test to prove it works. I can see result information on the dashboard below ...
0 votes
1 answer
150 views
How to generate .jmx file for ADF pipeline
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 ...
0 votes
1 answer
160 views
Azure Load Testing : Jmeter upload pdf file scenario
I have a scenario where I need to upload a pdf file using JMeter, and run the test in Azure Load Testing. Script is working fine when run in local, but I am unable to find how to attach the file in ...
0 votes
1 answer
256 views
How to pass Json object dynamically as request body in JMeter and execute in azure load test?
I want to pass Json object dynamically as HTTP post request's payload in JMeter. object's is in Json format in a Json file. e.g: {"id":"1","Title":"Shirt"}, {&...
1 vote
1 answer
219 views
Cookie header not sent in Azure Load Testing URL-based test
I'm trying out Azure Load Testing and encounter the problem that, if I set up a URL-based test (the simple GUI-based way to set up load tests) with a Cookie header, the header isn't actually sent. ...
0 votes
0 answers
217 views
Azure openai load testing mode
Diving deep into azure development and can't find any logical solution for load testing of AppService that is using OpenAI services. I suppose there should be some "load testing mode" for ...
0 votes
3 answers
2k views
Why do all App Service requests end up in the same instance?
I have configured my App Service Plan to have 4 instances. Within the App Service Plan, I host 1 web application and 1 api (node.js). After waiting an hour or so after setting the instance count to 4 ...
0 votes
1 answer
80 views
Passing JMeter user defined variables as parameters in GitHub workflow
In JMeter, parameterised the URL and declared it in UDV as below. Replaced the HTTP requests as ${URL} Want to run this test in Azure Load test resource using github workflows.Declared the URL as ...
0 votes
1 answer
122 views
Failed to retrieve RMIServer stub Error while connecting to the Azure IOT hub from JMeter using JMXMon Sample Collector
I am trying to plot JMX performance metrics for my test plan while performing load test on sending telemetry data to the azure IOT hub . I referred following document to pull out performance metric ...
0 votes
1 answer
293 views
Send 1000 requests per second to the azure event hub using azure event hub sampler in JMeter
I need to send 1000 telemetry messages to the event hub using Jmeter GUI. I am using Azure Event Hubs Sampler to connect to the event hub and Throughput Shaping Timer to provide required start,end RPS ...
0 votes
1 answer
275 views
Handle managed identity with JMeter
The scenario is that in Azure, managed identity is setup to the app and that would grant access to the API's. We need to performance test the API's using Jmeter and run it in azure load test resource. ...
0 votes
1 answer
185 views
Query regarding Azure Load Testing using JMX Script
We are using Azure load testing for testing our application. As a part of testing, we need to test one module which downloads PDF file and saves to my local folder using Apche Jmeter. This download ...
2 votes
1 answer
272 views
Can the test configuration file be parameterized?
Is it possible to pass parameters to loadTestConfigFile? I want to have parameters for TestId and DisplayName in the config file so that I can use it for different environments and stages. This way ...
1 vote
0 answers
76 views
In azure load test tool, single iteration script is not working
I am using Azure load testing tool and uploaded my jmeter script into it. Jmeter script is containing single user and single iteration. I need to run test for 1 user and 1 iteration only. But in azure ...