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...
"One Picture's Worth Thousands Words" Benefits( from my personal experience): 1. Development can be done much quicker. You already jot down all the test cases before writing codes. By that way, you are giving much time in thinking how to solve problem...
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...