
WinAppDriver and Desktop UI Test Automation
Jan 23, 2020 · Fantastic article on using WinAppDriver for desktop UI automation! The explanation of its integration with modern and legacy technologies is spot on. I’m an engineer …
UI testing for Windows apps with WinAppDriver and Appium
Aug 27, 2019 · Recently, WinAppDriver has also been added to the Azure DevOps offering. The service, in fact, comes pre-installed on every Windows hosted agent and, with a dedicated …
UI testing for Windows apps with WinAppDriver and Appium
Aug 29, 2019 · The recently announced integration with Azure DevOps makes the task easier to implement, since the WinAppDriver service is already up & running on every Windows hosted …
Advanced Logger for UI Test Automation using Azure DevOps
Aug 11, 2020 · How to implement an advanced logger for UI Test automation with WinAppDriver and integration with Azure DevOps Release pipelines.
Can we use image comparison (findElementByImage) with …
Aug 28, 2020 · Hi, Image comparison for mobile app with Appium is working. if using WinAppDriver for Windows application, can we still use image comparison...
Automating End-to-End testing with Playwright and Azure Pipelines
Jul 26, 2023 · The article discusses the importance of end-to-end testing in software development. It introduces Playwright, an open-source automation framework developed...
Category: Microsoft Testing | Microsoft Community Hub
Aug 24, 2022 · Role of Testers (QAs) in Modern Delivery Models? Your thoughts on It? What can be the Role of Testers (QAs) in Modern Delivery Models? 1 What does book Says for Scrum? …
Automating WPF application using WinAppDriver
Nov 18, 2020 · I am automating WPF application using Win App Driver, When I am trying to launch the WPF application I am getting error "Failed to locate opened application...
Advanced Logger for UI Tests - now on NuGet Package!
Jul 27, 2021 · Need a way to create reports for your Selenium, WinAppDriver or Xamarin UI TESTS? Use this NuGet package to create HTML reports with embedded screenshots and...
UI Automation - Page Object Model and other Design Patterns
Nov 14, 2019 · In this article we will do an in-depth examination of Code Design Patterns for UI test automation solutions and will refer mainly to Selenium and C#.