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

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

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.