Running UI Tests in a Release Pipeline
Difficulty: Intermediate
Duration: 6 minutes and 23 seconds
Students: 4
Designing and Implementing UI Testing in Azure DevOps starts with an overview of UI testing and various UI testing frameworks, including the popular Selenium framework. The remainder of the lesson looks at implementing navigation and input validation tests using Selenium in a Visual Studio web app project. We then see how to automatically run the UI tests in an Azure DevOps release pipeline.
Learning Objectives
Overview of UI testing
Create a UI test project
Run UI testing in a release pipeline
Intended Audience
Students studying for the AZ-400 Exam Prep: Microsoft Azure DevOps Solutions exam certification
Prerequisites
Familiarity with Agile and continuous delivery
Know about code repositories
Familiarity with YAML pipelines
Covered Topics