Azure DevOps Build Pipelines: Run Windows UI Automation & CI
Azure DevOps Build Pipelines: Run Windows UI Automation & CI, available at $39.99, has an average rating of 4.35, with 18 lectures, based on 51 reviews, and has 297 subscribers.
You will learn about Azure DevOps Build Pipelines for UI Test Automation Azure Git Repos & TFSVC Azure Pipelines Using CI on Azure DevOps to test Windows applications with Appium WinAppDriver Appium WinAppDriver, C#, Azure DevOps Pipelines, YAML Pipelines on Azure DevOps, QA, Test Automation, Automation, CI/CD, Windows APplication Driver This course is ideal for individuals who are Test automation engineer or Test Automation Engineer (SDET) or Developer or Administrator or Software Quality Assurance Engineer It is particularly useful for Test automation engineer or Test Automation Engineer (SDET) or Developer or Administrator or Software Quality Assurance Engineer.
Enroll now: Azure DevOps Build Pipelines: Run Windows UI Automation & CI
Summary
Title: Azure DevOps Build Pipelines: Run Windows UI Automation & CI
Price: $39.99
Average Rating: 4.35
Number of Lectures: 18
Number of Published Lectures: 18
Number of Curriculum Items: 18
Number of Published Curriculum Objects: 18
Original Price: $22.99
Quality Status: approved
Status: Live
What You Will Learn
- Azure DevOps Build Pipelines for UI Test Automation
- Azure Git Repos & TFSVC
- Azure Pipelines
- Using CI on Azure DevOps to test Windows applications with Appium WinAppDriver
- Appium WinAppDriver, C#, Azure DevOps Pipelines, YAML Pipelines on Azure DevOps, QA, Test Automation, Automation, CI/CD, Windows APplication Driver
Who Should Attend
- Test automation engineer
- Test Automation Engineer (SDET)
- Developer
- Administrator
- Software Quality Assurance Engineer
Target Audiences
- Test automation engineer
- Test Automation Engineer (SDET)
- Developer
- Administrator
- Software Quality Assurance Engineer
Are you tired of manually deploying your code changes and spending hours on testing and debugging? Then, look no further than Azure DevOps CI/CD pipelines! In this tutorial, we’ll walk you through the basics of CI/CD and how to use Azure DevOps to automate your Windows application testing with the process using WinAppDriver and streamline your development workflow. So let’s dive in and discover the power of CI/CD with Azure DevOps!
Azure DevOps makes our lives easier in so many ways. For example, you can run WinAppDriver quickly from Azure DevOps pipelines for test automation. Automated UI Testing is a common strategy for smoke testing and regression testing of legacy Windows applications. Especially with Azure DevOps-powered CI/CD(Continuous Integration/Deployment). Such applications are still widely used by many enterprises and businesses across the globe. Unfortunately, the mobile revolution hasn’t been able to dethrone the PC, and Microsoft is still strong in the “Office” department. Learn Azure automation quickly.
The problem is that sometimes you have the source code of Windows applications critical to your business’s survival, and other times you don’t. In such cases, the only option is to perform the application’s functional testing through the UI. But, it is an ordinary task, and you might need a tonne of the workforce. In such cases, UI test automation comes in handy.
This course became more vital combined with my other Udemy course about WinAppDriver test automation. You will also learn in this course about Azure Git for free.
Note: The course also covers YAML Pipelines on Azure DevOps too.
There are several options available for UI test automation, Microsoft itself offered Coded UI in the past, but it is now deprecated. Right now, Microsoft is supporting Windows Application Driver or WinAppDriver, a.k.a WAD, for UI automation of Windows applications. You must be wondering where Azure is. Well, Azure DevOps will fit into this picture later; relax. WinAppDriver is based on Appium, an open-source API conforming to the WebDriver standard. Microsoft WinAppDriver is not open source, but it still has a GitHub repository for documentation.
Azure DevOps is the cloud-based offspring of TFS(Team Foundation Server). It continues the legacy of Microsoft’s once-on-premise Application Lifecycle Management(ALM) solution. The automation tests are written by software test engineers who often need Visual Studio licenses during test development. Unfortunately, these people are also highly paid, and after developing tests, it’s not wise to keep them running test automation scripts on their machines through Visual Studio. In such cases, a low-cost solution is needed where non-code-savvy people can run UI automation tests through a standard tool like Azure DevOps.
Learn Azure DevOps because it lets you create a complete infrastructure to support such scenarios. How? That’s what this course is all about. First, I’ll show you how to set up Virtual Machines to run unattended WinAppDriver and C# based UI test automation through Azure DevOps. I’ll also show you how to set up things on Azure DevOps by creating organizations and projects. Finally, the course also shows you how to generate an Azure PAT(Personal Access Token) for security purposes and configure it to minimize its side effects.
Azure lets us store code in more than one type of source code repository. The classic one is TFVC which is covered in this course first. Secondly, we have Azure Repos Git. Finally, a Pipeline is a set of tasks that will run the test automation. The UI for TFVC and Git-based pipelines are different; both are explained in this course. Git repositories generate a YAML-based build pipeline. Build channels communicate with an Azure DevOps build agent installed on a machine and configured to work with a specific Azure DevOps organization through a PAT.
There is a shortage of WinAppDriver Azure DevOps Pipelines tutorials. In addition, the WinAppDriver and Azure DevOps tutorials are unclear and don’t cover how to use WinAppDriver with examples. So I’m going step by step in this course from start to finish. Everything from installing tools on a test VM and creating an Azure account up to installing devices on developer machines, creating Azure DevOps repositories, and Azure DevOps Pipelines is covered. Special attention is paid to the topics of interest for software testers, such as viewing test run reports.
Understand how to build Azure DevOps CI CD Pipeline.
Various options for Azure DevOps Test Run reports are explained to you. In addition, supplementary topics like running a PowerShell task to start/stop Windows Application Driver in the build pipeline are also shown.
Please note that Azure DevOps is a highly in-demand skill right now. Microsoft is heavily investing in Azure and achieving significant success in this department. To prepare for the future, learn about Azure, including Azure DevOps and CI /CD.
Azure DevOps is a powerful tool that allows developers to collaborate and streamline the software development process. With Azure DevOps, teams can easily manage their code, build and deploy applications, and track their progress through the entire development lifecycle. This comprehensive platform includes features such as version control, continuous integration and delivery, agile project management, and more. With a user-friendly interface and robust functionality, Azure DevOps is a go-to solution for teams looking to improve their development processes and deliver high-quality software faster.
Of course, this course does not cover other critical Azure features like Azure Boards. I can cover more details in the future based on student demand. It is possible for a user to create bugs and link work items like stories/tasks to the Azure DevOps builds and failures.
It is high time that you start in this direction and starts learning more with practical courses like this one. Learn more about CI and CD, Microsoft Azure DevOps, and source control repositories like Azure Git Repos.
Course Curriculum
Chapter 1: Introduction and initial setup
Lecture 1: Course Outline – What to expect from this course
Lecture 2: Enable Windows 10 Developer Mode to run WinAppDriver Automation
Lecture 3: Installing Visual Studio Build Tools on Your Test Machine
Lecture 4: Installing and testing WinAppDriver on a Testing Machine
Lecture 5: Installing Visual Studio on a Developer Machine
Lecture 6: Getting started with Azure DevOps, Creating an Organization, TFVC Repo, Project
Chapter 2: Self Hosted Azure Build Agent installation, Generating PAT & Agent Configuration
Lecture 1: Downloading & Configuring Azure DevOps Build Agent on a Test Machine
Lecture 2: Generating a Personal Access Token (PAT), Completing Azure Agent Configuration
Chapter 3: Creating an Azure DevOps Build Pipeline with TFVC for running UI Automation
Lecture 1: How to Setup a Code Repository in Azure Repos using TFVC
Lecture 2: Introduction to setting up a Build Pipeline with Azure DevOps
Lecture 3: An overview of .Net Desktop Build Template and Tasks
Lecture 4: Running an Azure DevOps Build Pipeline and WinAppDriver based UI Test Automation
Lecture 5: Exploring Test Run Results After Running an Azure DevOps Build Pipleline
Lecture 6: Enabling CI in a Azure DevOps Build Pipeline Tutorial
Lecture 7: Run PowerShell Script in Azure DevOps Build Pipeline Task
Chapter 4: Creating a Git & YAML based pipeline with AzureRepos Git
Lecture 1: Creating a Git Repo on Azure Repos Git to Store Code and Committing Code
Lecture 2: Creating a YAML based pipeline for a Git based Repo
Lecture 3: Editing your scripts and committing to Azure Repos Git
Instructors
-
Naeem Akram
Test Engineer Sr.
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 1 votes
- 3 stars: 4 votes
- 4 stars: 16 votes
- 5 stars: 30 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024