๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Test-Driving javascript Applications Rapid, Confident, Maintainable Code

โœ Scribed by Venkat Subramaniam


Publisher
Pragmatic Bookshelf
Year
2016
Tongue
English
Leaves
357
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Debunk the myth that javascript is not easily testable. Whether you use Node.js, Express, MongoDB, jQuery, AngularJS, or directly manipulate the DOM, you can test-drive javascript. Learn the craft of writing meaningful, deterministic automated tests with Karma, Mocha, and Chai. Test asynchronous javascript, decouple and properly mock out dependencies, measure code coverage, and create lightweight modular designs of both server-side and client-side code. Your investment in writing tests will pay high dividends as you create code thats predictable and cost-effective to change.
Design and code javascript applications with automated tests. Writing meaningful tests is a skill that takes learning, some unlearning, and a lot of practice, and with this book, youll hone that skill. Fire up the editor and get hands-on through practical exercises for effective automated testing and designing maintainable, modular code.
Start by learning when and why to do manual testing vs. automated verification. Focus tests on the important things, like the pre-conditions, the invariants, complex logic, and gnarly edge cases. Then begin to design asynchronous functions using automated tests. Carefully decouple and mock out intricate dependencies such as the DOM, geolocation API, file and database access, and Ajax calls to remote servers.
Step by step, test code that uses Node.js, Express, MongoDB, jQuery, and AngularJS. Know when and how to use tools such as Chai, Istanbul, Karma, Mocha, Protractor, and Sinon. Create tests with minimum effort and run them fast without having to spin up web servers or manually edit HTML pages to run in browsers. Then explore end-to-end testing to ensure all parts are wired and working well together.


๐Ÿ“œ SIMILAR VOLUMES


Test-Driving JavaScript Applications: Ra
โœ Venkat Subramaniam ๐Ÿ“‚ Library ๐Ÿ“… 2016 ๐Ÿ› Pragmatic Bookshelf ๐ŸŒ English

<p>Debunk the myth that JavaScript is not easily testable. Whether you use Node.js, Express, MongoDB, jQuery, AngularJS, or directly manipulate the DOM, you can test-drive JavaScript. Learn the craft of writing meaningful, deterministic automated tests with Karma, Mocha, and Chai. Test asynchronous

C# and .NET Core Test-Driven Development
โœ Ayobami Adewole ๐Ÿ“‚ Library ๐Ÿ“… 2018 ๐Ÿ› Packt Publishing Ltd ๐ŸŒ English

Learn how to apply a test-driven development process by building ready C# 7 and .NET Core applications. Key Features Create tests to quickly detect and resolve issues when writing portable code Uncover code integration issues that improve code quality using continuous integration Set up and use data

Maintainable JavaScript: Writing Readabl
โœ Nicholas C. Zakas ๐Ÿ“‚ Library ๐Ÿ“… 2012 ๐Ÿ› O'Reilly Media ๐ŸŒ English

You may have definite ideas about writing code when working alone, but team development requires that everyone use the same approach. With the JavaScript practices in this book - including code style, programming tips, and automation - you'll learn how to write maintainable code that other team memb

Clean Code in JavaScript: Develop reliab
โœ James Padolsey ๐Ÿ“‚ Library ๐Ÿ“… 2020 ๐Ÿ› Packt Publishing ๐ŸŒ English

Code <p><b>Get the most out of JavaScript for building web applications through a series of patterns, techniques, and case studies for clean coding</b></p> <h4>Key Features</h4> <ul><li>Write maintainable JS code using internal abstraction, well-written tests, and well-documented code </li> <li>Und

Testing JavaScript Applications
โœ Lucas da Costa ๐Ÿ“‚ Library ๐Ÿ“… 2021 ๐Ÿ› Manning ๐ŸŒ English

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 ho