Mid Testing

How does TDD relate to unit testing?

TDD relies heavily on unit tests as the foundation. It’s a process where unit tests are

created first to define requirements, then production code is written to pass those tests.

More from C# Programming Tutorial

All questions for this course