What would be the best approach to test Silverlight applications against WCF service communication errors?
I thought about implementing a separate service (from the same service interface) and force timeout exceptions. Then I would run SL using the same service reference but connecting to the second instance of the service (in another port for example).
Is this a good approach or there could be something to be done on the client side?