FlaUI
FlaUI is a .NET library which helps with automated UI testing of Windows applications (Win32, WinForms, WPF, Store Apps, ...).
License model
- Free • Open Source
Platforms
- Windows
Features
- Task Automation
- UI testing
Tags
FlaUI News & Activities
Highlights • All activities
Recent activities
No activities found.
No comments or reviews, maybe you want to be first?
Post comment/reviewFlaUI information
AlternativeTo Categories
Development, Office & ProductivityGitHub repository
- 2,220 Stars
- 365 Forks
- 226 Open Issues
- Updated Sep 11, 2024
What is FlaUI?
FlaUI is a .NET library which helps with automated UI testing of Windows applications (Win32, WinForms, WPF, Store Apps, ...).
It is based on native UI Automation libraries from Microsoft and therefore kind of a wrapper around them. FlaUI wraps almost everything from the UI Automation libraries but also provides the native objects in case someone has a special need which is not covered (yet) by FlaUI. Some ideas are copied from the UIAComWrapper project or TestStack.White but rewritten from scratch to have a clean codebase.