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 ...