Currently browsing tag

Unit Testing

TDD, Unit Testing and Benefits

What is TDD? From Wikipedia, quoting, Test-driven development (TDD) is a software development processthat relies on the repetition of a very short development cycle: first the developer writes a failing automated test case that defines a desired improvement or new function, then produces code to pass that test and finallyrefactors the new code …