دانلود کتاب Testing JavaScript Applications
by Lucas da Costa
|
عنوان فارسی: تست برنامه های جاوا اسکریپت |
دانلود کتاب
جزییات کتاب
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 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.