|
If you find a bug in the core JavaScript engine, you can now contribute a test to our library. Your tests will be used to reproduce bugs, verify bug fixes, prevent regressions, and improve the stability of the JavaScript engine. ... How do I write a JavaScript test?
|
www.mozilla.org/js/tests/library.html
www.mozilla.org/js/tests/library.html
|
|
|
|
The test is not official, it's just a nice way to see how much you know, or don't know, about JavaScript ... JavaScript Quiz Test ... You can test your JavaScript skills with W3Schools' Quiz.
|
www.w3schools.com/js/js_quiz.asp
|
|
|
The test() method tests for a match in a string. ... Do a global search, and test for "Hello" and "W3Schools" in a string: ... JavaScript RegExp Object...
|
www.w3schools.com/jsref/jsref_regexp_test.asp
www.w3schools.com/jsref/jsref_regexp_test.asp
|
|
Unlike many widely available JavaScript benchmarks, this test is: ... This test mostly avoids microbenchmarks, and tries to focus on the kinds of actual problems developers solve with JavaScript today, and the problems they may want to tackle in the future as the language gets faster.
|
www2.webkit.org/perf/sunspider-0.9/sunspider.html
|
|
This article is a crash course in writing maintainable JavaScript. We'll add features to a running example by iteratively following a simple principle: write a unit test, make it pass. ... Let’s start with the JsUnit test runner. The test runner is a plain HTML and JavaScript web page, meaning that your unit tests will...
|
www.infoq.com/articles/javascript-tdd
www.infoq.com/articles/javascript-tdd
|
|
This article by Dennis Byrne is a crash course in writing maintainable JavaScript. Dennis uses stubs, mock objects and a little bit of dependency injection. He also uses JsUnit to run unit tests and a JavaScript mock object library called JsMock. ... Topics Unit Testing , Javascript ... Each test serves as a quality feedback loop,
|
www.infoq.com/news/2009/02/javascript-tdd
www.infoq.com/news/2009/02/javascript-tdd
|
|
This is an example of a javascript test method, with a sample assert call. It has the same api as the Ruby test::unit assert call. Thomas Fuchs’ presentation Adventures in JavaScript testing gives a good rundown of the available assert methods (and the BDD style syntax that is available).
|
drnicwilliams.com/2008/01/04/autotesting-javascript-in-...
drnicwilliams.com/2008/01/04/autotesting-javascript-in-rails/
|
|
Google's Chrome now is only a smidgen slower than Mozilla's Firefox on the SunSpider test of JavaScript. ... Chrome is making steady gains in Google's JavaScript test; Firefox is much slower and has a mixed record.
|
news.cnet.com/8301-1001_3-10119149-92.html
|
|
JavaScript Test. If you just saw an pop-up alert box like the one shown below, your computer should be able to use javascript. ...
|
liblearn.osu.edu/tutor/jscript.html
|
|