There are few general bafflements that most developers face when venturing into Test Driven Development and especially when using mocks for unit testing. In this blog I'm addressing 6 such scenarios and show how to tackle those. For the coding demonstrations I am using Java, though the concepts are similar in any object oriented languages. … Continue reading Questions Beginners Asks When Starting Unit Testing
