Testing JavaScript Applications
eBook - ePub

Testing JavaScript Applications

  1. 512 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Testing JavaScript Applications

Book details
Table of contents
Citations

About This Book

Testing JavaScript Applications teaches you how to implement an automated testing plan for JavaScript-based web applications. Summary
Automated testing will help you write high-quality software in less time, with more confidence, fewer bugs, and without constant manual oversight. Testing JavaScript Applications is a guide to building a comprehensive and reliable JS application testing suite, covering both how to write tests and how JS testing tools work under the hood. You'll learn from Lucas de Costa, a core contributor to popular JS testing libraries, as he shares a quality mindset for making testing decisions that deliver a real contribution to your business. You'll benefit from informative explanations and diagrams, easily-transferable code samples, and useful tips on using the latest and most consolidated libraries and frameworks of the JavaScript ecosystem. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology
Automated testing is essential to delivering good JavaScript applications every time. A complete testing strategy needs to cover functions in isolation, integration between different parts of your code, and correctness from the end user's perspective. This book will teach you how to deliver reliable software quickly and confidently. About the book
Testing JavaScript Applications teaches you how to implement an automated testing plan for JavaScript-based web applications. It describes practical testing strategies, covers useful tools and libraries, and explains how to foster a culture of quality. In this clearly-written, example-rich book, you'll explore approaches for both backend and frontend applications and learn how to validate your software much more quickly and reliably. What's inside Unit, end-to-end, and integration testing
Managing test cost and complexity
Practicing test-driven development
Dealing with external dependencies
Tools like like Jest and Cypress About the reader
For junior JavaScript developers. About the author
Lucas da Costa is a core maintainer of Chai and Sinon.JS, two of the most popular testing tools in the JavaScript ecosystem, and contributed to numerous other open-source projects, including Jest. Table of Contents PART 1 - TESTING JAVASCRIPT APPLICATIONS1 An introduction to automated testing2 What to test and when?Part 2 - WRITING TESTS3 Testing techniques4 Testing backend applications5 Advanced backend testing techniques6 Testing frontend applications7 The React testing ecosystem8 Testing React applications9 Test-driven development10 UI-based end-to-end testing11 Writing UI-based end-to-end testsPART 3 - BUSINESS IMPACT12 Continuous integration and continuous delivery13 A culture of quality

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Testing JavaScript Applications by in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in JavaScript. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2021
ISBN
9781638356394

Table of contents

  1. inside front cover
  2. Testing JavaScript Applications
  3. Copyright
  4. dedication
  5. contents
  6. front matter
  7. Part 1. Testing JavaScript applications
  8. 1 An introduction to automated testing
  9. 2 What to test and when?
  10. Part 2. Writing tests
  11. 3 Testing techniques
  12. 4 Testing backend applications
  13. 5 Advanced backend testing techniques
  14. 6 Testing frontend applications
  15. 7 The React testing ecosystem
  16. 8 Testing React applications
  17. 9 Test-driven development
  18. 10 UI-based end-to-end testing
  19. 11 Writing UI-based end-to-end tests
  20. Part 3. Business impact
  21. 12 Continuous integration and continuous delivery
  22. 13 A culture of quality
  23. index
  24. inside back cover