Test Driven Development in .NET
May 18, 2009- By:
- Aristo
Test-driven development is a development pattern which is characterized by the use of pre-written test cases which are continuously validated via an iterative, incremental development process.
The basic process is:
1.Write the test.
2.Write the code which is tested by the test from step 1.
3.Validate that the new test and Read More...
