Archive

Archive for the ‘TDD’ Category

TDD Test Driven Development

Test Driven Development(aka TDD) – This is a software development technique, short iterations where test cases are written first for production code to fail, refactor the code to fulfill the test case.

This is an aspect of Xtreme Programming gaining popularity. There are more testing techniques such as agile acceptance testing and investigative testing. In TDD one achieves 100% coverage of test, every single line code is tested something which the traditional testing do not promise.

- posted by madhuri chopurala

Follow

Get every new post delivered to your Inbox.