What to use for JavaScript unit testing?
hughye 22 weeks ago
What is the best JavaScript unit test tool, (preferably one that works on Windows, so not Buster)?
Topic: Development
Answer this Question
Answers
3 total
landon 22 weeks ago
You might want to give JSTest.NET or js-test-driver (although it hasn't been updated for a while) a try.
- Share this answer
- Permalink
Christopher Nerney 22 weeks ago
IBM's developerWorks site has an article that features three tools for unit testing JavaScript -- QUnit, YUI Test and JSTestDriver. The article includes a rundown of how to use each tool, along with code examples. That might help you decide which (if any) are best for your purposes.
- Share this answer
- Permalink
Ask a question
Box will begin rewarding developers who create applications that use its cloud storage platform.
Merging the Windows Phone OS with the Windows and Windows RT OSs could give Microsoft a boost in attracting more developers and, ultimately, improving its market share for smartphones and tablets.
Google is facing some tough questions from Congress over the privacy concerns raised by Glass, its fledgling augmented reality system for recording and receiving information on the fly. But on the ground at the company's I/O conference for developers, attendees are largely enthusiastic about the technology.
Google's Android OS has more than 900 million users, the company said Wednesday at its I/O event began in San Francisco.
Microsoft says its coding practices and its corporate management structure both comply with an international application security standard to encourage secure software development.
Forward-thinking dev shops mix methodologies, hire cross-functional coders -- beating old-guard shops to the hottest emerging app markets.
Canonical on Wednesday announced its next moves on the way to market with a Linux-powered phone.
The mobile industry's efforts to convince lawmakers that self-regulation alone is the best way to address growing concerns over privacy-invading mobile applications appears to be running into some headwind.
Here are a few things to think about in any cloud transition.
Facebook is retooling its famous "hackathon" all-night coding workshops to give engineers more time to conceive new products, hopefully with a focus on mobile.
White Papers & Webcasts
Webcast On Demand
Virtustream (Vayence) video taking a 3000-Seat SAP Environment to the Cloud
Sponsor: NetApp
See more White Papers | Webcasts








See this list:
JavaScript Testing Tools
http://javascript.about.com/od/reference/a/Javascript-Testing-Tools.htm
"While testing a simple JavaScript is relatively straightforward, testing a complex JavaScript such as a library like Jquery really requires the use of a test suite. Of course you don't necessarily need to develop your own test suite because there are already quite a few around.
The following are a few that I found that look like they may or may not be useful for testing your scripts."