A “Wordle” on Test Driven Development in Vue.js
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Different types of tests

Writing and running tests is a key element of Test-Driven Development. In this episode, we will explore some types of tests based on their scope. More specifically, we will explore Unit, Feature, and E2E Tests. Each type of test has a role to play; let’s understand what they are, what is their scope, and what are their benefits.