can I run C# built-in unit test in build machine?

Posted by 5YrsLaterDBA on Stack Overflow See other posts from Stack Overflow or by 5YrsLaterDBA
Published on 2010-04-22T19:59:04Z Indexed on 2010/04/22 20:03 UTC
Read the original article Hit count: 188

Filed under:
|

can I run C# built-in unit test in build machine which doesn't have Visual Studio installed? We are thinking add unit test to our Visual Studio 2008 C# project. Our build machine doesn't have VS installed and we want to integrate the new unit test with our auto-build system. Is MSTest the executable to launch the Team Test unit test?

© Stack Overflow or respective owner

Related posts about c#

Related posts about unit-testing