This is a testing framework written in JavaScript that allows a browser to validate web page functionality.
Notes
- Only tested on IE 6 and Mozilla 1.4+/Firefox 0.6+
- Test scripts must be written on the server being tested. This is due to security constraints in JavaScript so
that any website cannot gain control of any other website.
- Functionality is limited to what I have needed so far. Form submissions, link checking, onclick script handling
and test assertions are the main features that are included and working.
If you want to see a test in action, make sure that popup windows are not being blocked from jshttptest.sf.net and
then click here. If you have any ideas for new features or would like to help
out in the development, drop me an email. There is a short readme that explain the
background and a bit about the library. Currently, it depends on the jsUnitCore.js file from the JsUnit project.
I included the version of jsUnitCore.js in this distribution but it should work fine with whatever their current
version is.