Difference between revisions of "Using Qunit for testing JS"
From Dreamwidth Notes
(Initial stub pageDW for Qunit use on) |
m (Proper link syntax) |
||
Line 1: | Line 1: | ||
− | You can use [http://docs.jquery.com/Qunit | + | 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]. |
This page needs more work. | This page needs more work. |
Revision as of 20:54, 23 February 2011
You can use 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 the views/dev/test/ directory.
This page needs more work.