
What are the best UI Test Automation Tools?
Mar 13, 2019 · When selecting a UI Automation test tool: Take in consideration your programming skills, for example UFT is VbScript only, CodedUI can be used with C#, VB, Java, etc. but Selenium is the …
WinAppDriver and Desktop UI Test Automation
Jan 23, 2020 · UI Automation (UIA) and Microsoft Active Accessibility (MSAA) are two lower-level accessibility technologies used to provide access to UI elements. MSAA is now a legacy library while …
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#.
UI testing for Windows apps with WinAppDriver and Appium
Aug 27, 2019 · In UI testing, instead, you need to actually interact with the application, in order to trigger events. Please welcome Windows Application Driver (from now on, WinAppDriver), which is an open …
Continuous Testing with Selenium and Azure DevOps
Feb 9, 2022 · By Travis Ray There are many articles and blogs on how to use the open-source tool, Selenium, to automate testing at the UI layer. This article assumes the reader has found a plethora …
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.
Azure App Testing: AI-Driven Load & Web Test Automation
Aug 7, 2025 · Azure App Testing combines Azure Load Testing & Playwright Workspaces in one hub. Run AI-driven load and browser tests at scale—no infrastructure needed.
Automating End-to-End testing with Playwright and Azure Pipelines
Jul 26, 2023 · Playwright, a powerful open-source automation framework, is designed to simplify end-to-end testing across different browsers and devices. In this blog post, we will explore how to leverage …
First Steps into Automation: Building Your First Playwright Test
Jul 8, 2024 · Your journey into automated testing begins here! This is not just a blog; it's your gateway to mastering the art of reliable and consistent user experiences....
UI testing for Windows apps with WinAppDriver and Appium - Azure …
Aug 29, 2019 · This blog post will help you walking through the implementation of UI Testing for Windows on Azure DevOps with WinAppDriver and Appium