2

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?

5YrsLaterDBA
  • 33,370
  • 43
  • 136
  • 210

1 Answers1

3

MSTest.exe MSTest.exe Command-Line Options or maybe gallio

Hannoun Yassir
  • 20,583
  • 23
  • 77
  • 112