show/hide this revision's text 6 Updated as someone voted up!

Unfortunately, there is no supported or easy way around having to install VS on the build agent machine in 2005 or 2008 (Not 100% sure re 2010, but I dont recall it being mentioned as There will be a specific thing they've done something about)test agent installer in 2010). UPDATE: See this post from Steve Smith for more info which says pretty much the same thing

It's not just a matter of the assemblies being missing - if you want to run the tests, the runner is not just a separate componentlittle EXE and a DLL.

Yes, hard to believe! Needless to say, very few other test frameworks on the planet have this restriction, so unless you have a lot of tests, you could consider moving, for a variety of reasons which are covered in many places, example: The fundamental problems and impracticality of using MSTest...

EDIT: Prompted by Rihan's reply, I binged up the following Running mstest without Visual Studio. - It's not fully supported, but it 'works'...

EDIT 2: Running MSTest without Visual Studio - Gallio to the rescue looks a lot more promising in terms of being supported and non-hacky

EDIT 3: Added info re 2010 status on this question

NOTE: I have a similar question for 2008 regarding what's requried to support the /publish parameter of mstest:- http://stackoverflow.com/questions/1062994/running-mstest-exe-publish-on-a-teambuild-server-what-are-the-prerequisites

show/hide this revision's text 5 Couldnt let it go...

Unfortunately, there is no supported or easy way around having to install VS on the build agent machine in 2005 or 2008 (Not 100% sure re 2010, but I dont recall it being mentioned as a specific thing they've done something about). UPDATE: See this post from Steve Smith for more info which says pretty much the same thing

It's not just a matter of the assemblies being missing - if you want to run the tests, the runner is not a separate component.

Yes, hard to believe! Needless to say, very few other test frameworks on the planet have this restriction, so unless you have a lot of tests, you could consider moving..moving, for a variety of reasons which are covered in many places, example: The fundamental problems and impracticality of using MSTest...

EDIT: Prompted by Rihan's reply, I binged up the following Running mstest without Visual Studio. - It's not fully supported, but it 'works'...

EDIT 2: Running MSTest without Visual Studio - Gallio to the rescue looks a lot more promising in terms of being supported and non-hacky

show/hide this revision's text 4 added 193 characters in body

Unfortunately, there is no way around having to install VS on the build agent machine in 2005 or 2008 (Not 100% sure re 2010, but I dont recall it being mentioned as a specific thing they've done something about). UPDATE: See this post from Steve Smith for more info which says pretty much the same thing

It's not just a matter of the assemblies being missing - if you want to run the tests, the runner is not a separate component.

Yes, hard to believe! Needless to say, very few other test frameworks on the planet have this restriction, so unless you have a lot of tests, you could consider moving...

EDIT: Prompted by Rihan's reply, I binged up the following Running mstest without Visual Studio. - It's not fully supported, but it 'works'...

EDIT 2: Running MSTest without Visual Studio - Gallio to the rescue looks a lot more promising in terms of being supported and non-hacky

show/hide this revision's text 3 And another answer
show/hide this revision's text 2 Expanded
show/hide this revision's text 1