首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

JavaScript测试用具介绍

2012-11-07 
JavaScript测试工具介绍?1 js-test-driverThe goal of JsTestDriver is to build a JavaScript test runne

JavaScript测试工具介绍

?

1 js-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/


2 JsUnit

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/


3 JsLint

What is JSLint?

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

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

热点排行