Only the POST request uploading a file is failing with 403 Forbidden error
I have been using Apache 5.5 version to run a script that has an upload request(POST). The script passes when executed in local machine with all the tokens supplied. The same script when executed in Apache 5.6 version locally, the upload request alone…
API Management integration with Azure Load Testing
I have configured a test on Azure Load Testing using a JMeter script, but I am not able to add the API Management app component in order to view the performance metrics of the service. It does not appear on the list of Azure resources when configuring…
Azure load test doesn't make desired # of requests with JMeter script
I created a Azure load test with a JMeter script. In the script there are 200 threads and each thread will send 100 requests in a loop. When I run the test in JMeter locally, it's working as expected and a total of 20k requests were made. When I run the…
Is running chaos studio on Managed App resources supported?
This is for ManagedApp resources (VMs, Disks, etc) that is dynamically created from let's say marketplace
how to create Devops pipeline
How to create pipeline in azure devops portal and yaml basic application i want to build
Running MSTest method in Azure Load Runner
I have api based automations in MS Test. Is there a way to run these from Azure Load Testing?
Running MS Test from Azure Load Runner
I have api based automations in MSTest. Is there a way to run this mstest method from Azure Load Runner?
Is there a reliable way to have some sections of a JMeter test only run on some engines?
I have an Azure Load Test that requires multiple engine instances to reach the required traffic load. However, one endpoint is expected to have much lower traffic than the others. As such, I want to be able to isolate the tests for that endpoint and…
in azure load test -I cannot see "Sampler statistics" results after tests is completed
in azure load test -I cannot see "Sampler statistics" results after tests is completed it just displays total number of requests not individual transactions sometimes it shows and sometimes it doesnt show the transaction details in the Sampler…
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…