What is TDD and its phases?
Test driven development – TDD, as its name describes is based on test first approach. Tests drives the development. In a very simple language Test Driven Development is nothing but frequent or fast cycles of testing, coding and refactoring with testing before coding. The speed of these cycles is such that it’s not possible to do so in a manual way. Therefore TDD is a computer programming based methodology that consists of small rapid iterations. TDD has the following steps: Think & write test cases Red – Failure of test case Green – Code and get the new test case […]
What is TDD and its phases? Read More »