Unit testing

From HaFrWiki
Revision as of 20:58, 16 January 2013 by Hjmf (talk | contribs) (Created page with "{{TOCright}} 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" ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, 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"

  • Java jUnit, the reference for all other (unit) tests.
  • QUnit, JavaScript testing


See also

top

Reference

top