Questions tagged [azure-load-testing]

Fully managed load-testing service built for Azure that makes it easy to generate high-scale load and identify app performance bottlenecks

21 questions
0
votes
1 answer

Jmeter Duration time does not get reflected in Azure Load Testing

I am trying to execute my JMeter script via Azure Load Testing, I have setup a duration time in the JMeter script but when I execute via Azure Load Testing ,it does not get reflected, I cant figure from where the time is getting set. I am not sure…
Mano Kugan
  • 207
  • 6
  • 23
0
votes
1 answer

Azure Load test preview unable to read data from parameterized CSV file in JSR223 Sampler

I used JSR223 Preprocessor to create the request body for a POST JSON request. I used Groovy language for it The code has some parameterization so, I mentioned the path for CSV file in the script as below and attached the Order.csv file to the test…
Riya
  • 9
  • 2
0
votes
1 answer

overwriting parameters in Azure Load Testing

When the parameters are passed via the 'CSV Data Set Config' in the jmeter script, do we have a way of over-writing the values in Azure Load Testing tool, I have away of externalising the parameters in Jmeter as well, in azure load testing, but when…
0
votes
1 answer

Azure Load Testing: How to add 20k test files into my test?

I have created a JMeter test that randomly selects orders from a pool of 20K .json data files. I need to upload the .json files along with the .jmx file, however, the Azure Load Testing UI allows the upload of 10 files at most. I have read the…
0
votes
1 answer

Azure Load Testing External Request (API call) Performance / load testing with Individual Call performance details

I want to perform load testing of Single Page Application. So i have created JMeter script for that and it is working fine from my single machine for concurrent users. But i want to create actual concurrent users scenario from different machine or…
Sunrise
  • 29
  • 2
0
votes
1 answer

How to dynamically load GraphQL Queries from different files into JMeter for load testing?

My team needs to add load testing for our GraphQL API, and we decided to use JMeter because it is supported by Azure Load Testing. We have several graphql files that define queries like this: request.graphql query Foo($id: Long!) { name …
1
2