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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.