Hello, I need create unit test for my web service in VS 2008 Professional. If I create new unit test directly on method in my App_Code directory the wizard creates new test project with selected test methods. 1 /// <summary> 2 ///A test for GetUpdatedObjects 3 ///</summary> 4 [TestMethod...