Return to site

FREE EBOOK: Exploring JavaScript Testing

· freebies,book,fullstack

Reliable, bug-free apps make for great experiences, and great experiences make for happy users. To write awesome JavaScript apps with confidence, you need sharp testing and debugging skills, along with a suite of testing tools you can rely on. As an added benefit, good testing discipline makes it easy to onboard new devs and work seamlessly on code with multiple developers.

Exploring JavaScript Testing is a collection of chapters from four excellent Manning books chosen by industry leader Elyse Kolker Gordon. In it, you’ll discover guidelines for applying unit testing fundamentals to JavaScript components, and you’ll gain firsthand experience testing browsers. You’ll also explore several strategies for creating and implementing unit tests and end-to-end tests.

Topics

  1. Testing your application 
  2. Testing React components 
  3. Testing and debugging