Unit testing

From HaFrWiki42
Revision as of 18:20, 18 January 2016 by Hjmf (talk | contribs)
Jump to navigation Jump to search

The first tests to be made are Unit-tests. A successful Unit-test is the essential start for other tests.

But how to perform Unit-tests. Here are some examples:

jUnit

phpUnit

QUnit

QUnit is a powerful, easy-to-use JavaScript unit testing framework. It's used by the jQuery, jQuery UI and jQuery Mobile projects and is capable of testing any generic JavaScript code, including itself!

See also

top

Reference

top