Introduction to Test-Driven Development
This video covers the basics of test-driven development (TDD). Find out more about what TDD is, what it isn’t, the challenges you’ll face, and why you’ll want to implement it. It covers the following topics: * Test-Driven Development defined * Benefits of Test-Driven development * Challenges of Test-Driven Development * …