Run functional tests in Azure Pipelines
Run Selenium UI tests, a form of functional testing, in Azure Pipelines.
Learning objectives
In this module, you will:
- Define functional tests and identify some popular kinds of tests you can run.
- Map manual testing steps to automated test cases.
- Run automated UI tests locally and in the pipeline by using Selenium.
Prerequisites
- An Azure subscription
- An Azure DevOps organization
- Visual Studio Code
- .NET Core 3.1
- Git
- A GitHub account