What is the preferred testing strategy for testing WCF services?
Should I be implementing the services then hosting them and then testing them?
Or
Should I implement the service, then test the service DLLS and then host them?
Can you please recommend a good WCF testing strategy?
I have implemented few WCF services which will be deployed under intranet, hosted using wshttpbinding and are running under windows services.