Load testing using a URL-based test and Apache JMeter
Once we have deployed our application in Azure App Services successfully, we can perform load testing on Azure App Service or Azure Web Apps. Let's see how we can use VSTS to perform testing.
URL-based test
In the top menu bar, click on Test
and then click on Load tests
. Let's create our first test in VSTS and execute it:
- Click on
+New
and selectURL based test
:
- Verify the
HTTP method
andURL
:
- Click on
Settings
and provide inputs in different parameters based on need:
- Click on
Save
and click onRun test
:
- Load testing is in progress:
- Verify the complete test data as and when it is available in the VSTS portal:
- Verify the final summary of URL-based test execution in VSTS:
- We will also get the
Performance
andThroughput
charts after the test execution in VSTS:
- Verify
Tests
andErrors
related details too:
We have seen how the URL-based test can be performed on Azure web application. In the next section, we will cover how to use Apache JMeter for load...