Difference between revisions of "Using Qunit for testing JS"

From Dreamwidth Notes
Jump to: navigation, search
m (Proper link syntax)
(Fix typo, add link to related open ticket)
Line 1: Line 1:
You can use [http://docs.jquery.com/Qunit Qunit] for automated testing of yor JS front-end code using jQuery and jQuery UI (the JS libraries we use for new UI development). There are some sample tests in [http://hg.dwscoalition.org/dw-free/file/tip/views/dev/tests/ the views/dev/test/ directory].
+
You can use [http://docs.jquery.com/Qunit Qunit] for automated testing of your JS front-end code using jQuery and jQuery UI (the JS libraries we use for new UI development). There are some sample tests in [http://hg.dwscoalition.org/dw-free/file/tip/views/dev/tests/ the views/dev/test/ directory].
  
This page needs more work.
+
This page needs more work. (Like categories, links, ...)
 +
 
 +
It also needs to be updated with whatever happens as a result of [http://bugs.dwscoalition.org/show_bug.cgi?id=3525 bug 3525].

Revision as of 22:52, 23 February 2011

You can use Qunit for automated testing of your JS front-end code using jQuery and jQuery UI (the JS libraries we use for new UI development). There are some sample tests in the views/dev/test/ directory.

This page needs more work. (Like categories, links, ...)

It also needs to be updated with whatever happens as a result of bug 3525.