views:

25

answers:

1

What options do I have to automate tests for the various aspects of my custom WPF controls, such as:

  1. Layout behavior
  2. input and user interaction behavior
  3. general apperance
A: 

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.

Bryan Anderson
I wonder if there is some way to verify the visual appearance (e.g. dimensions of the controls and their colors, icons etc.).
bitbonk