DRIVEN TEST DEVELOPMENT

Driven Test Development

Test Driven Development is a a software development approach where tests are developed before the actual code. Developers first craft tests that describe the desired actions of the system. Only subsequently do they write the code to make those tests passing. This iterative cycle produces more robust and stable software. Advantages of TDD include

read more