Wpf: WPF test framework?

Created on 4 Mar 2020  路  4Comments  路  Source: dotnet/wpf

Is there an officially recommended test framework/harness for WPF? What are the recommended best practices for testing/validating a WPF app through automation?

issue-type-question

Most helpful comment

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings