Run quality tests in your build pipeline by using Azure Pipelines
Set up automated testing in your pipeline to improve code quality.
Learning objectives
After completing this module, you'll be able to:
- Explain the benefits of automated testing and the kinds of testing you can use.
- Run unit tests locally and then in Azure Pipelines.
- Add dashboard widgets to visualize test runs over time.
- Perform code coverage testing to see how much of your code is covered by unit tests.
- Fix and verify test failures in your build pipeline.
Prerequisites
- An Azure DevOps organization with access to Microsoft-hosted parallel jobs. Check your parallel jobs and request a free grant.
- Visual Studio Code
- .NET 6.0 SDK
- Git
- A GitHub account