What options do I have to automate tests for the various aspects of my custom WPF controls, such as:
- Layout behavior
- input and user interaction behavior
- general apperance
What options do I have to automate tests for the various aspects of my custom WPF controls, such as:
I haven't used them but a couple of options are White and UIA Verify. Otherwise I think you're currently limited to using the UI Automation framework directly or comparing images.