From the course: JavaScript: Test-Driven Development (ES6)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Integration testing in practice

Integration testing in practice - JavaScript Tutorial

From the course: JavaScript: Test-Driven Development (ES6)

Start my 1-month free trial

Integration testing in practice

- [Instructor] So now that we've covered the basics for integration testing, which could definitely seem like a lot of theory and dos and don'ts if we're not careful, we're going to cover a series of practical examples to show what integration tests might look like in the real world and see how they fit into the overall test-driven development flow. In the videos that follow, we're going to take a look at a few different coding situations and see how it's possible to cover them with integration tests, and this is going to include things like checking the endpoints of a Node server and interacting with the database. We unfortunately won't be covering UI testing since that could really be an entire course in itself with all the different frameworks and libraries available for front-end development. The examples we'll be going through are all very important things that you'll likely run into as a developer, and so knowing how…

Contents