I n Test Driven Development as a developer we spend significant amount of time in writing unit tests. As improving coding coverage, testing all the boundary condition and ensuring the of quality code is significantly important, writing unit test...
Why writing unit tests are so important - lets consider a development team developing a module( call it - [ A ])did not consider the unit testing that seriously. What happens to that module - 1. [ A] produced lot of Bugs in the development phase since...