Is there an officially recommended test framework/harness for WPF? What are the recommended best practices for testing/validating a WPF app through automation?
I want a modern UI Test framework or tool
The WPF team has no official recommendation for any particular test framework. The community's experience and insights are welcome here.
We write a test tool dotnet-campus/CUnit that can help we naming the test method. But it is a community's test tool.
I've had success using https://github.com/microsoft/WinAppDriver
Most helpful comment
I've had success using https://github.com/microsoft/WinAppDriver