• Complain

Sheiko - Instant testing with QUnit: employ QUnit to increase your efficiency when testing JavaScript code

Here you can read online Sheiko - Instant testing with QUnit: employ QUnit to increase your efficiency when testing JavaScript code full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Birmingham, UK, year: 2013, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Sheiko Instant testing with QUnit: employ QUnit to increase your efficiency when testing JavaScript code
  • Book:
    Instant testing with QUnit: employ QUnit to increase your efficiency when testing JavaScript code
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2013
  • City:
    Birmingham, UK
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Instant testing with QUnit: employ QUnit to increase your efficiency when testing JavaScript code: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Instant testing with QUnit: employ QUnit to increase your efficiency when testing JavaScript code" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Sheiko: author's other books


Who wrote Instant testing with QUnit: employ QUnit to increase your efficiency when testing JavaScript code? Find out the surname, the name of the author of the book and a list of all author's works by series.

Instant testing with QUnit: employ QUnit to increase your efficiency when testing JavaScript code — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Instant testing with QUnit: employ QUnit to increase your efficiency when testing JavaScript code" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Instant Testing with QUnit

Instant Testing with QUnit

Copyright 2013 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: August 2013

Production Reference: 1230813

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham B3 2PB, UK.

ISBN 978-1-78328-217-3

www.packtpub.com

Credits

Author

Dmitry Sheiko

Reviewer

Sachin G. Kulkarni

Acquisition Editor

Mary Nadar

Commissioning Editor

Govindan K.

Technical Editor

Dylan Fernandes

Sonali S. Vernekar

Copy Editor

Brandt D'Mello

Mradula Hegde

Project Coordinator

Amey Sawant

Proofreader

Stephen Copestake

Graphics

Abhinash Sahu

Production Coordinator

Zahid Shaikh

Cover Work

Zahid Shaikh

Cover Image

Valentina D'silva

About the Author

Dmitry Sheiko is a web developer, blogger, and open source contributor, living and working in the lovely city of Frankfurt am Main, Germany.

He started learning computer programming in the late eighties. Since the late nineties he has been developing web applications and tools. Currently, he works as a senior web developer for the leading game developer company Crytek GmbH.

This is Dmitry's first book, but he has been blogging for a decade. You can find his thoughts and solutions on such subjects as code quality, software architecture, JavaScript, Node.js, TypeScript, HTML5 API, CSS3, and PHP at www.dsheiko.com.

Dmitry's very first open source contribution was BCWB, an XSLT-based CMS in 2004. Since that time, he has been contributing quite actively. His latest works are available at https://github.com/dsheiko.

I would like to thank my beautiful wife, Olga, for her support and patience throughout this project.

About the Reviewer

Sachin G. Kulkarni is a freelancer and consultant who helps in building software for businesses to automate business activities. He has extensively worked on PHP/MySql and HTML5/CSS3 to bring out the best UI design and implement business needs. His latest passion is leveraging mobile development using JavaScript with PHP backend to produce feature-rich applications for his clients. Sachin uses development patterns and best practices to enjoy application development to its fullest extent. For many years, he has been involved in open source projects and gives open source advice to people. Please visit his blog at sachinkulkarni.info to know more about him.

www.PacktPub.com
Support files, eBooks, discount offers, and more

You might want to visit www.PacktPub.com for support files and downloads related to your book.

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at > for more details.

At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

httpPacktLibPacktPubcom Do you need instant solutions to your IT - photo 1

http://PacktLib.PacktPub.com

Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can access, read and search across Packt's entire library of books.

Why Subscribe?
  • Fully searchable across every book published by Packt
  • Copy and paste, print, and bookmark content
  • On demand and accessible via web browsers
Free Access for Packt account holders

If you have an account with Packt at www.PacktPub.com, you can use this to access PacktLib today and view nine entirely free books. Simply use your login credentials for immediate access.

Preface

JavaScript was first released about 20 years ago. It had not been taken seriously by a wide audience for many years. Today, it is a mature (and the most popular) programming language. Whatever is done for the Web, one way or another, relies on JavaScript. Furthermore, with the advent of HTML5-related technologies, the development focus is shifting even more towards rich internet application architecture. That means further expansion of sophisticated scalable solutions based on JavaScript. The server-side JavaScript is rapidly gaining its momentum, thereby giving automated testing of JavaScript.

QUnit is a freakishly easy-to-use JavaScript testing framework at the same time, it is quite powerful and flexible to be a good choice for unit and functional testing of any scale projects.

This book provides a step-by-step guide to mastering QUnit. It shows how to set up and use QUnit, how to automate cross-browser testing with QUnit, and how to benefit from QUnit in cooperation with continous integration tools.

The goal of this book is to help the reader make the most of QUnit in a short amount of time.

What this book covers

Setting up QUnit (Simple) explains setting up a testing environment and getting acquainted with the QUnit framework.

Testing assertions (Simple) describes a tutorial on QUnit assertion methods and popular QUnit assertion plugins.

Writing a custom assertion plugin (Advanced) explains leveraging QUnit callbacks for a custom assertion plugin.

Testing exceptions (Medium) describes custom exceptions in JavaScript and asserting exceptional behavior.

Testing asynchronous calls (Medium) describes asserting asynchronous callbacks and mocking XHR for in-unit testing.

Organizing test cases (Simple) examines QUnit facilities to keep tests logically organized.

Using shared setup (Medium) describes a way to share tasks among the tests of a group and keeping the testing environment clean between test executions.

Testing user actions (Medium) explains exercising functional testing on a simple calculator application by simulating end-user actions and asserting intended behavior.

Running QUnit in the console (Advanced) explains running QUnit tests in the command line by the PhantomJS headless browser. It also explains assigning QUnit testing tasks to Grunt and automating testing with Travis CI.

Cross-browser-distributed testing (Advanced) explains automating client-side cross-browser testing using the command-line tool Bunyip.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Instant testing with QUnit: employ QUnit to increase your efficiency when testing JavaScript code»

Look at similar books to Instant testing with QUnit: employ QUnit to increase your efficiency when testing JavaScript code. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Instant testing with QUnit: employ QUnit to increase your efficiency when testing JavaScript code»

Discussion, reviews of the book Instant testing with QUnit: employ QUnit to increase your efficiency when testing JavaScript code and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.