• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Devaka Cooray
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • Paul Clapham
Sheriffs:
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
Bartenders:

Secrets of the JS Ninja: Testing Javascript

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
John and Bear,

Does your book cover how to test Javascript code with both unit and functional tests? If so, does it recommend any particular frameworks?

(Really looking forward to your book!)

Thanks!
Steve
 
Sheriff
Posts: 67759
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That could be a book in itself!

In chapter 2, we provide an overview of testing approaches and introduce some frameworks. There wasn't room to go into extensive detail, but we tried to provide enough info to figure out which ones you might want to delve further into.

For use within the remainder of the book, we develop our own simple assert() mechanism to use for testing assertions, and a technique for performance evaluation. We didn't want to use any one particular framework throughout the book, because a book that uses a framework inevitably becomes a book about that framework, and we wanted to focus on pure JavaScript.
 
Crusading Chameleon likes the size of this ad:
Paul Wheaton's 16th Kickstarter: Gardening playing cards for gardeners and homesteaders
https://coderanch.com/t/889615/Paul-Wheaton-Kickstarter-Gardening-playing
reply
    Bookmark Topic Watch Topic
  • New Topic