Types of Tests
Learn about the types of tests by comparing them with each other.
We'll cover the following...
In this lesson we will dive into the different types of tests that developers use. Let’s discuss them one by one:
-
Unit tests: check units in isolation. What is considered to be a unit can change in context.
-
Component tests: a test of Components of modern ...