Challenge 04 - Enable Automated Load Testing (CI/CD)

< Previous Challenge - Home - Next Challenge >

Introduction

You can integrate Azure Load Testing in your CI/CD pipeline at meaningful points during the development lifecycle. For example, you could automatically run a load test at the end of each sprint or in a staging environment to validate a release candidate build. In the test configuration, you specify pass/fail rules to catch performance regressions early in the development cycle. For example, when the average response time exceeds a threshold, the test should fail. To get the maximum value from this approach, it is critical to integrate this in your CI/CD workflow as soon as possible.

You can trigger Azure Load Testing from Azure Pipelines or GitHub Actions workflows.

Description

Success Criteria

Learning Resources