Is there a way to run a UnitTest project against a compiled DLL outside the IDE? Basically, we have testing procedures for checking the code before we go into production.
I would not want to run tests inside the IDE. I would like the compiled code to be ready to go to release and be able to run the final test with .dll before the final copy.
Is there any command line utility that can do this? Just put both .dlls and get "all good" reports.
source
share