FuncUnit is a free, open-source web-application testing framework that uses a jQuery-like syntax for its API. Tests are run in the browser, with an IDE also in development.
FuncUnit is a free, open-source web-application testing framework that uses a jQuery-like syntax for its API. Tests are run in the browser, with an IDE also in development.
FuncUnit is supported by all modern browsers including IE6 and above, and is part of the full stack JavaScript framework JavaScriptMVC.
FuncUnit's features include:
- Functional Testing — Test complex behavior like drag-and-drop.
- High Fidelity — Create identical events that a mouse and keyboard create. Run tests in a real browser.
- Automated — Test multiple browsers from the command line.
- Easy to Write — Write, run, and debug tests in the browser, without configuring a server or other tool. Write tests in a familiar jQuery-style API.
- Free — It's open source.
- Multi-system — Runs in IE 6+, FF 2+, Safari 4+, Opera 9+, Chrome, on PC, Mac, and Linux.
Links: