Unit testing on remote machine ?
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

