Skip to content
fredchu edited this page May 15, 2012 · 5 revisions

Test Explanation

Type

Unit Test

Mock out anything other than the unit being tested

Functional Test

Do not mock anything out, and also your testing focus is more on end-user stuff a.k.a. user-acceptance

Tools

Comparison

Client-side JavaScript

Server-Side JavaScript