Junior Testing

What is the difference between TDD and traditional testing?

  • TDD writes tests before code, driving design and implementation.
  • Traditional testing usually happens after coding, as a verification step.
  • TDD promotes continuous testing and refactoring, while traditional testing may be

more manual or batch-driven.

Integration Testing

More from C# Programming Tutorial

All questions for this course