TDD is a practice that embodies a test first methodology. Here we write test cases first and then write code to satisfy those test cases and then refactor the code and again reiterate. TDD as a practice has many benefits.
In this video, we focus on:
What is TDD?
TDD and Unit testing concepts
Introduction to QUnit JavaScript unit testing framework
QUnit APIs
An example case using QUnit
Advantages of TDD
Presenter: Satej Kumar, Sr. Software Engineer, Mindfire Solutions