Technorati Tags: Unit Tests , Test , WCF , C# , Visual Studio 2008 Testing Windows Communication Foundation (WCF) service should be handled in a slightly different way than other "regular" .net types. We should test the service logic (as always) but we also need to test it in few more manners to assure our service quality: Test the service within WCF runtime environment - which can raise several issues that would not be in regular CLR environment. Test for your default binding and for all...