Skip to content

Testable JavaScript Ensuring Reliable Code

Best in textbook rentals since 2012!

ISBN-10: 1449323391

ISBN-13: 9781449323394

Edition: 2012

Authors: Mark Ethan Trostler

List price: $27.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

That’s right: JavaScript code is testable, despite the lack of unit test standards for this language. With this book, you’ll discover how to devise excellent tests and real-world testing plans for your existing JavaScript code. Developers starting out on a new project will greatly benefit from these guidelines.Testing a language that runs within many different implementations and environments is inherently difficult—and since most JavaScript environments are UI-based, automated testing becomes even more difficult. This guide shows developers and their managers how to overcome these problems to test JavaScript code efficiently.Topics include:Which types of Javascript testing are most…    
Customers also bought

Book details

List price: $27.99
Copyright year: 2012
Publisher: O'Reilly Media, Incorporated
Publication date: 2/1/2013
Binding: Paperback
Pages: 274
Size: 7.09" wide x 9.33" long x 0.61" tall
Weight: 0.088
Language: English

I have been writing and testing code for over 20 years. From humble beginnings as a Computer Science/Philosophy double major at UC San Diego, to working at both startups (IPivot) and large corporations (Qualcomm, Intel, Redback Networks, Juniper Networks, and currently Yahoo!) I has always been dedicated to code quality. Currently as a Senior Principal Front End Engineer on the Yahoo Mail team, I help spearhead the unit testing initiative for the latest rewrite of Yahoo Mail. I have spoken at several internal and external conferences (Yahoo TechPulse 2010 and upcoming in 2011, Yahoo's Front End Summit, and most recently at YUIConf 2011) about Testable Javascript and am the author of the…