- Test-Driven JavaScript Development
- Ravi Kumar Gupta Hetal Prajapati Harmeet Singh
- 253字
- 2021-07-30 09:59:08
Preface
Initially, all processing used to happen on the server's side and simple output was the response to web browsers. Nowadays, there are so many JavaScript frameworks and libraries that help readers to create charts, animations, simulations, and so on. By the time a project finishes or reaches a stable state, so much JavaScript code has already been written that changing and maintaining it further is tedious. At this point comes the importance of automated testing, and more specifically, developing all that code in a test-driven environment. Test-driven development is a methodology that makes testing the central part of the design process—before writing code, developers decide upon the conditions that code must meet to pass a test. The end goal is to help the readers understand the importance and process of using TDD as a part of the development.
This book starts with the details of test-driven development, its importance, need, and benefits. Later, the book introduces popular tools and frameworks, such as YUI, Karma, QUnit, DalekJS, JsUnit, and so on, to utilize Jasmine, Mocha, and Karma for advanced concepts such as feature detection, server-side testing, and patterns. We are going to understand, write, run tests, and further debug our programs. The book concludes with best practices in JavaScript testing. By the end of the book, the readers will know why they should test, how to do it most efficiently, and will have a number of versatile tests (and methods to devise new tests) so they can get to work immediately.
- Web程序設(shè)計及應(yīng)用
- 從零構(gòu)建知識圖譜:技術(shù)、方法與案例
- Python科學(xué)計算(第2版)
- ReSharper Essentials
- 潮流:UI設(shè)計必修課
- Java程序員面試算法寶典
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Creating Data Stories with Tableau Public
- Mastering Drupal 8
- JavaScript語法簡明手冊
- Android開發(fā)進階實戰(zhàn):拓展與提升
- 深入理解C++11:C++11新特性解析與應(yīng)用
- Nginx Troubleshooting
- Python金融風(fēng)控策略實踐