[原创]JavaScript测试工具介绍
The goal of JsTestDriver is to build a JavaScript test runner which:
- easily integrates with continuous builds systems and
- 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.
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/