1、WinAppDriver
正如其名称,算是较为底层的工具,需要在其它测试框架下进行使用
貌似可以支持对 UWP、WinForm、WPF、Win32 窗口程序的识别与测试
但看着好几年没更新过了,也许不需要再更新了?
项目地址:https://github.com/microsoft/WinAppDriver
2、Appium
通过抽象驱动层,可以跨平台测试很多类型的应用
支持 Windows、Linux、Android 等平台应用
也支持 .NET、Python、Java 等代码调用
一直在更新
官网:https://appium.io/docs/zh/latest/
项目地址:https://github.com/appium/appium
审查 UI 工具:https://github.com/appium/appium-inspector
3、FlaUI
.NET 环境下的 UI 测试工具,貌似也有段时间没更新了
项目地址:https://github.com/FlaUI/FlaUI
审查 UI 工具:https://github.com/FlaUI/FlaUInspect
4、Web UI 测试工具
Selenium:https://www.selenium.dev/zh-cn/
Playwright:https://playwright.dev/
Puppeteer:https://pptr.dev/
暂时先记录这些。