Skip to content
Omer Wazir edited this page May 7, 2014 · 40 revisions

Unit Testing

See also Wikipedia.

Test Runners

Doctesting

BDD

Mocking

Fuzzing

Ajax

  • Crawljax - Ajax testing and automation.

Coverage

Asserts

  • Chai
  • jsassert - Chaining assert.
  • should - BDD style assertions for node.js -- test framework agnostic

Type Annotations

Continuous Integration

Books

References