What you'll learn
Modern (web) development relies heavily on automated testing.
However, because it is a scary notion at first, many developers avoid getting into testing and adding tests to their applications.
This course will show you how to use JavaScript to automate unit and integration testing from the bottom up. You'll learn how to write tests and add them to your projects, as well as what should (and shouldn't) be tested and how to test both simple and sophisticated code.
You'll learn about the tools and configuration needed to develop automated tests, and you'll get to work on several sample projects. You won't get trapped in theory because this is a hands-on, practical course; instead, you'll be able to understand all major ideas through real-life situations.