• If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Worldwide Sprint 2 Testing

Page history last edited by Richard D. Worth 14 years, 11 months ago

This page covers the testing topics for Worldwide Sprint 2

 

Goals

  • test coverage for all plugins at 50%
  • integrate jQuery core testsuite into jQuery UI full test suite
  • integrate jQuery UI testsuite into jQuery core testsuite

 

Unit Tests

jQuery UI uses the QUnit test framework. All the unit tests are in

 

http://jquery-ui.googlecode.com/svn/trunk/tests/unit/

 

There's a subfolder for each plugin, and in each plugin's folder a file for each set of tests: core, defaults, events, methods, options, tickets.

 

Visual Tests

Many aspects of jQuery UI need to be tested visually and interactively. A Visual test is a simple web page that excercises some method or option and allows the tester to assert visualy or interactively whether it passes. All the visual tests are in

 

http://jquery-ui.googlecode.com/svn/trunk/tests/visual/

 

There's a subfolder for each plugin, and in each plugin's folder, one file per test. These follow a standard naming convention. For example:

 

dialog\

default.html

dialog.html

dialog_event_close.html

dialog_method_close.html

dialog_option_modal_true.html

dialog_option_modal_false.html

dialog_ticket_1234.html

 

Comments (0)

You don't have permission to comment on this page.