YUI Test

YUI Test is a complete testing framework for JavaScript and Web applications. You can use the simple JavaScript syntax to write unit tests that can be run in web browsers or on the command line, as well as functional tests to be run in web browsers. Additional tools that build on top of the JavaScript library's core functionality allow integration with build systems.

JavaScript Tools

  • Standalone Library - use this if you want all of the YUI Test JavaScript functionality without loading YUI 2.x or YUI 3.x onto your page.
  • YUI Test for YUI 2.x - use this if you already have tests written with the original version of YUI Test.
  • YUI Test for YUI 3.x - use this if you already have tests written with the YUI 3.x version of YUI Test or you'd like to use YUI 3.x's dynamic loading capability to include YUI Test.

Continous Integration Tools

User Guides