Academic Scrum Consortium > Testing
What is Test First Development (TFD)?
31
Jan
Test First Development (TFD), also known as Test Driven Development (TDD), is a software development approach where tests are written before writing the actual code. The idea behind TFD is to write tests that describe the desired behavior of the code and to use those tests to drive the design and implementation of the code.