Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    JavaScript Testing with Jasmine: JavaScript Behavior-Driven Development (repost)

    Posted By: interes
    JavaScript Testing with Jasmine: JavaScript Behavior-Driven Development (repost)

    JavaScript Testing with Jasmine: JavaScript Behavior-Driven Development by Evan Hahn
    English | ISBN: 1449356370 | 2013 | PDF + EPUB | 52 pages | 3,6 + 1,4 MB

    Get a concise introduction to Jasmine, the popular behavior-driven testing framework for JavaScript. This practical guide shows you how to write unit tests with Jasmine that automatically check for bugs in your application. Learn how to write specifications for individual components, and then use those specs to test the code you write.

    Throughout the book, author Evan Hahn focuses primarily on methods for testing browser-based JavaScript applications, but you’ll also discover how to use Jasmine with CoffeeScript, Node.js, Ruby on Rails, and Ruby without Rails. You won’t find a more in-depth source for Jasmine anywhere.
    Get an overview of both test-driven and behavior-driven development
    Write useful specs by determining what you need to test—and what you don’t
    Test the behavior of new and existing code against the specs you create
    Apply Jasmine matchers and discover how to build your own
    Organize code suites into groups and subgroups as your code becomes more complex
    Use a Jasmine spy in place of a function or an object—and learn why it’s valuable