Using the "Split CSV evenly between Test engines" option in Azure Load Tests corrupts the data
I have an Azure load test that takes a CSV file with a set of simulated devices and their test credentials to authenticate in a QA environment. Using this test file I was able to scale up to 1,000 test users, but to add more users than that I needed to…
"not connected to DevTools" error when running test in Azure Load Test
Hi, Good day! I have a JMeter load test which uses UI in Azure Load Test. This still runs the other day but today it is no longer running. No changes was done in the JMeter JMX file. I suspect this is related to the browser in Azure Load Test machine I…
Can I test Azure Marketplace products for free to explore how metered billing works?
I need to test metering services for products published on the Marketplace. Could you please allow me to test our products without incurring charges?
Azure load testing with JMX Script files
HI , i am working on load testing for the .net core mvc website . I am using JMeter tool to generate the JMX script when i integrate with Azure load test with script file ,i am able to run the test successfully for the login page. when i tried…
jMeter in Azure Load Generators using the same userid where userid need to be unique
I am preparing a load test in Azure using jMeter scripts. Certain users/userids are tied to specific data. ie, user_a needs to user data_a, user_b needs to user data_b. When using multiple load generators, it is only using one userid across all load…
Azure Load Testing - InternalServerError
Hello I setup a azure load testing instance for myself and had some runs successful. Today I executed a test and observed that I am getting a "InternalServerError" which i kick off the test. the JMX doesnt seem to get executed at all and seems…
Test an encryption and decryption method (developed by me) on the images kept on Azure cloud.
Dear all I wanted to test an encryption and decryption method (developed by me) on the images kept on Azure cloud. Could u please let me know the procedure to deploy my own encryption and decryption method.
Azure Load Test dashboard does not show the correct virtual user
Hi everyone, I created a load test using a JMeter script and uploaded it to Azure Load Testing. I'm using a single test user credential to simulate the tests, and both the number of threads and the ramp-up time are parameterized. However, I'm…
Azure Load Testing
I'm new to Azure Load Testing and have an elementary question. The Use Case: I have a https web page that has form field data , a reCAPTCHA verification check box, and a submit button. No input data comes from query parameters. We want to include…
How to set up encryption keys for a software implementation
To properly set up encryption keys for a software implementation, you must first determine whether you need to use symmetric or asymmetric algorithms. Symmetric algorithms require the creation of a key and an initialization vector (IV), while asymmetric…
Transitioning to Azure DevOps for UI and Load Performance Testing: Compatibility and Best Practices
Hello, We are currently planning a transition from an on-premise Team Foundation Server (TFS) setup to Azure DevOps, with a focus on UI Testing and Load Performance Testing. Our environment includes: Load Performance Testing: 1 Load Test Machine, 1…
[Azure Load Testing] - Authenticating - Auth with certificate
I am trying to run a load test for my service, and I need to obtain an AAD bearer token to communicate with my service. Until now, I used secret-based authentication and use the GetSecret() method for the client_secret in my jmx test script and then…
How to include dynamically created resources in load test metrics
How can I configure Azure resources to monitor dynamically created resources during a load test? Currently, I've set up a load test that restores a specific db backup to create an Azure SQL database dynamically through Dev Ops pipelines. I know how to…
Unable to access Azure SQL database from Azure Load Test using managed identity
Hi, I am trying to do load testing on my Azure SQL database using Azure Load Tests. I have setup user assigned managed identity on Azure Load Test and given it Reader and DB SQL Contributor role on SQL server. I am using the following connection…
[Azure Load Testing] - Auth with managed identity
I am trying to configure an azure load test to obtain the AAD bearer token using managed identity. Until now, I used secret-based authentication and I was generating manually the JWT token and passing it though the test parameters. Now, I am trying to…
Is there any documentation for the Azure load test Client-side metrics?
Hi, I am looking for more information regarding azure load test, client-side metrics, is there any documentation for these metrics? Here is the report i am looking at, although i sent more than 6 requests, i only see 6 and i could not find details on…
Microsoft AD Authentication IN JMeter
Hi Team I am doing performance testing with JMeter for our application which requires AD Microsoft Authentication. Currently, we are facing a problem with Azure authentication in JMeter which we are seeking support. As Azure authentication generate…
Azure Load testing - Not able to upload more than 50MB Jmx file. What is the alternate option upload bigger size file?
Azure Load testing - Not able to upload more than 50MB Jmx file. What is the alternate option upload bigger size file?
Azure Load Testing only starts 1 engine
Configured 2 engines, but it only start 1 engine during the test.
Connecting Azure Load Testing to CI/CD Workflow Without Service Connections
We are setting up Azure Load Testing in our CI/CD workflow, but recent security policies prevent us from using service connections in our Azure project. Is there an alternative method to connect our Azure Load Testing resource to our CI/CD workflow? Can…