Is there a framework that supports UnitTesting of WPF applications. It should not be to difficult to establishe, because I don’t want that writing the tests takes ten times longer than implementing a small feature.
Is there a framework that supports UnitTesting of WPF applications. It should not be
Share
You can try with NUnit, just like you’ll do with any other component.
Optionally you can try MVC.
See CodeProject for MVCtoUnitTestinWPF
Hope it serves.