I am using NUnit to test my model, but what is the best framework to test the WPF GUI, That make it easy to test user input, binding ...
Thank you
I prefer to use MVVM.
This moves most of the code to the ViewModel. The ViewModel can be tested using the testing tools in Visual Studio such as MS Test or NUnit.
For UI tests that remain (mostly custom controls) you could use a UI Automation test suite such as White on codeplex.
TestComplete is a great piece of software for automated UI testing - works with WPF. http://smartbear.com/products/qa-tools/automated-testing/
It will cost you though: at least $999.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With