DCSIMG
Unit Tests,C# - Smallfish

Smallfish

Tips, Tricks, Shticks & Anything That Can Help You Be better Developer

Browse by Tags

All Tags » Unit Tests » C# (RSS)
Testing WCF Service using Visual Studio 2008 Unit Tests
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...