Unit testing on remote machine ?

Hi,

I am currently trying to build a web sxervice as an extension to SharePoint Portal Server.
To use the SharePoint object model, I have to start the service on the remote machine running SPPS; it is not possible to do even the easiest things on my local machine running VS2k5.
I love the idea of unit testing and would like to extend the unit tests to my web service components.
Is it possible to unit-test on a remote machine ?
I tried to set the debugging settings for the UnitTest project to remote, but this project just produces a DLL, and you cannot set the "start external program" setting to run a DLL.
I'd suppose something like "unittest.exe myunittest.dll", but I couldn't find such a thing...

Any ideas for further proceeding are welcome

Guenter from Frankfurt/Germany

[810 byte] By [Guenter] at [2008-2-27]
# 1
With the Distrubuted Test Execution Controller & Agent, this is possible -- you can execute most test types on a remote machine. These are seperate applications - I think they are on MSDN.

However, in this situation, why not install SPS on your workstation?, or if you have a test server install Visual Studio there and execute your tests.

dhoptonMSFT at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Web and Load Testing...

Visual Studio Team System

Site Classified