Reputation: 9439
I am trying to test each components of my WPF application by using NUnit. But how to test the graphical components like button, grid, textblock, richtextbox etc?
Upvotes: 0
Views: 821
Reputation: 11
Take a look at Teststack.White . Pretty easy to use:
Cheers
Upvotes: 1