I’d like to shift my code to a more test driven development model, but am unsure the best way to do this for the presentation layer.
Other layers behave like a black box where you can give input and expect output.
The presentation layer is not so simple. Are there any programs, guides, or practices to help with test driven xaml development.
Here is something from microsoft on the topic. For further information, see the link in the comments.
http://msdn.microsoft.com/en-us/magazine/dd483216.aspx