Tagged Questions
0
votes
2answers
236 views
WPF: writing smoke tests using ViewModels
I am considering to write smoke tests for our WPF application. The question that I am faced is: should we use UI automation( or some other technology that creates a UI script), or is it good enough to ...
0
votes
2answers
303 views
Automated smoke testing of a WPF App?
We've got a WPF app we'd like to run automated smoke tests on it. Simple tests like load document, save document, etc, etc. I was wondering if anyone could suggest existing frame works or applications ...