Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Test-Driven Development
|
| Definition
| TDD is a computer programming technique involving writing test cases first ; then, implementing just the code needed to pass the test. Test-driven development gives rapid feedback as part of an Extreme Programming methodology. TDD is not merely a method of testing: Adherents emphasize test-driven development as a method of designing software.
|
| See also
| Extreme Programming, NUnit
|
| This C# Online.NET definition is from the Glossary of .NET / C# Terms.
|