Introduction

Completed

In this module, you'll add nonfunctional tests to your pipeline. These tests check characteristics like performance and reliability.

In Run functional tests in Azure Pipelines, you and the Tailspin Toys web team added UI tests to the pipeline. UI tests are a form of functional testing. Functional tests verify the functionality—or behavior—of software. In other words, functional tests verify that each function of the software does what it should.

But what about the nonfunctional aspects of an application, such as performance and reliability? After your service is operational and deployed to an environment, how can you determine the application's performance under both realistic and heavy loads? Does your application expose any loopholes or weaknesses that might cause an information breach?

In this module, you'll explore the types of nonfunctional tests you can run. You'll run load tests in your pipeline by using Apache JMeter.

Learning objectives

After completing this module, you'll be able to:

  • Define the role of nonfunctional tests and explain how they compare to functional tests.
  • Identify some popular kinds of nonfunctional tests you can run.
  • Run automated load tests in the pipeline by using Apache JMeter.
  • Convert test results to a format that Azure Pipelines can visualize for you.

Prerequisites

The modules in this learning path are part of a progression. To follow the progression from the beginning, be sure to first complete these learning paths:

We also recommend that you start at the beginning of the Deploy applications with Azure DevOps learning path.

If you want to go through just this module, you need to set up a development environment on your Windows, macOS, or Linux system. You need the following resources:

You can get started with Azure and Azure DevOps for free. You don't need an Azure subscription to work with Azure DevOps, but here you'll use Azure DevOps to deploy to resources that exist in your Azure subscription.

The development environment lets you complete the exercises in this and future modules. You can also use it to apply your new skills to your own projects.

Note

Azure Pipelines support a vast array of languages and application types. In this module, you'll be working with a .NET application but you can apply the patterns you learn here to your own projects that use your favorite programming languages and frameworks.