Reader small image

You're reading from  Implementing DevOps with Microsoft Azure

Product typeBook
Published inApr 2017
Reading LevelIntermediate
PublisherPackt
ISBN-139781787127029
Edition1st Edition
Languages
Tools
Concepts
Right arrow
Author (1)
Mitesh Soni
Mitesh Soni
author image
Mitesh Soni

Mitesh Soni has 8 years of experience in managing software for GNU/Linux and other UNIX-like operating systems in production environment. He started working as a professional with DevOps from 2013 and has worked on several live projects related to DevOps. https://www.linkedin.com/in/alessiogarofalo
Read more about Mitesh Soni

Right arrow

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:

 

  1. Click on +New and select URL based test:
  1. Verify the HTTP method and URL:
  1. Click on Settings and provide inputs in different parameters based on need:
  1. Click on Save and click on Run test:
  1. Load testing is in progress:
  1. Verify the complete test data as and when it is available in the VSTS portal:
  1. Verify the final summary of URL-based test execution in VSTS:
  1. We will also get the Performance and Throughput charts after the test execution in VSTS:
  1. Verify Tests and Errors 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...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Implementing DevOps with Microsoft Azure
Published in: Apr 2017Publisher: PacktISBN-13: 9781787127029

Author (1)

author image
Mitesh Soni

Mitesh Soni has 8 years of experience in managing software for GNU/Linux and other UNIX-like operating systems in production environment. He started working as a professional with DevOps from 2013 and has worked on several live projects related to DevOps. https://www.linkedin.com/in/alessiogarofalo
Read more about Mitesh Soni