Test Driven Development is a great thing in software development as it makes it possible to verify your code very easily during development and when you have to make changes. However, it is not always easy to write solid unit tests when external influences are involved.
For example, in case of Web Services you might want Continue reading “Web Service Mock Technique”