Tagged Questions

0
votes
1answer
103 views

Is possible to run some Unit Tests as smoke tests from an .aspx?

In my project we use UnitTests (MsTest). We run them manually and in the build script. But for some environments where we deploy manually. We are in the need of having some smoke tests. At the moment ...
0
votes
2answers
314 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 ...