Skip to main content
Run any Skill in Manus
with one click

windows-desktop-e2e

Stars2
Forks0
UpdatedJuly 9, 2026 at 00:38

End-to-end UI testing for native Windows desktop applications — WPF, WinForms, Win32/MFC, and Qt (5.x and 6.x) — driven through pywinauto on top of the built-in Windows UI Automation (UIA) accessibility API. Covers testability setup (giving every control a stable AutomationId), a page-object test structure, a locator priority ladder (AutomationId > name > class+index), condition-based waits instead of sleeps, three tiers of test isolation, a screenshot/template-match fallback for controls UIA cannot see, Qt-specific quirks, and CI on a windows-latest runner. Use when writing or debugging E2E tests for a Windows desktop GUI, standing up a desktop test suite, or adding testability to an existing native app. Not for web apps (use a browser E2E skill), Electron/WebView (browser layer), or mobile.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
2 files
SKILL.md
readonly