Copy / Paste the URL of the desired test into the filename input
Choose the run-time parameters for jsUnit
Click the Run button
Standard Tests using Auto-discovery
A Test Suite which runs internal tests of jsUnit using auto-discovery
of test names.
These tests use the ability of jsUnit to discover test names
which begin with 'test' and to automatically execute them.
This is
not possible in all browsers.
If your browser does not support
test auto-discovery, please use the other version of these tests
which expose the names of test functions through a function which
returns an array of test function names
Tests basic asynchronous setUpPages. setUpPages allow you to perform additional, possibly
asynchronous setup processing before tests are run.
Standard Tests using Test Declaration
A Test Suite which runs internal tests of jsUnit using declared test names.
These tests use a function which returns an array of test function names
and may be supported by a larger range of browsers than the autodiscovery
form of the tests.
These tests use a function which returns an array of test function names
and may be supported by a larger range of browsers than the auto-discovery
form of the tests.