wpf-402305-common-concepts-ui-test-automation-support.md
DevExpress WPF Controls support the UI Automation framework. This framework includes a wide range of automated testing capabilities:
You can create automated tests with the UIAutomationClient library API or use any UI testing library based on the UI Automation technology.
Enable UI Testing Mode to get the best testing experience. Refer to the ClearAutomationEventsHelper.UITestingEnabled property for more information.
Refer to the How To Test Controls With Appium topic for more information on how to write tests with Appium API (WinAppDriver framework).
See Also