[原创]JavaScript测试工具介绍

[原创]JavaScript测试工具介绍

 1js-test-driver

The goal of JsTestDriver is to build a JavaScript test runner which:

  1. easily integrates with continuous builds systems and
  2. allows running tests on multiple browsers quickly to ease TDD style development.

 

官方地址:http://code.google.com/p/js-test-driver/

 

2JsUnit

 JsUnit is a Unit Testing framework for client-side (in-browser) JavaScript. It is essentially a port of JUnit to JavaScript. Also included is a platform for automating the execution of tests on multiple browsers and mutiple machines running different OSs. Its development began in January 2001.

官方地址:http://www.jsunit.net/

3JsLint

What is JSLint?

JSLint is a JavaScript program that looks for problems in JavaScript programs. It is a code quality tool.

官方地址:http://jslint.com/

 

 

posted @ 2008-11-05 20:43  卖烧烤的鱼  阅读(2476)  评论(2编辑  收藏  举报