From the course: JavaScript: Test-Driven Development (ES6)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - JavaScript Tutorial

From the course: JavaScript: Test-Driven Development (ES6)

Start my 1-month free trial

Next steps

- [Shaun] So we've covered quite a bit in this course. We've learned the basics of test-driven development as well as seen it in action. Hopefully you've taken to heart many of the suggestions and techniques we've gone over and continue to experiment and apply TDD in your own development. As I mentioned in one of the videos, TDD is one of those topics where it takes only a short time to learn all the basics, but can take years to really master it. If you're interested in continuing your study of test-driven development, besides working with it every day to get a better idea of the intricacies of it, I'd recommend reading about it as much as you can. Some good books on the topic include "Test-Driven Development: By Example" by Kent Beck and "The Art of Unit Testing" by Roy Osherove. Although both of these deal with languages other than JavaScript they're great for getting a very in-depth understanding of testing. And of…

Contents