JavaScript Testing Fundamentals - Introduction to JavaScript Testing - Types of Testing
In this lesson about testing, we're learning about the different types of tests we can create.
We'll talk about
- Unit Tests
- Integration Tests
- Acceptance Tests (often called end-to-end tests)