Watij (http://watij.com) will work against IE and is Java-based. I don't think it does Firefox (yet) but it works well against IE. You'll have to integrate this into your unit tests post-deployment.

Brian

Kevin Jackson wrote:
Just to throw my hat in the ring...

If you don't like HttpUnit (for whatever reason).  Watir[1] (IE) and
FireWatir (firefox) can be used as an alternative for checking your
links, driving the automation of tests.

Getting them running as part of the build process is eaasy enough with
<exec>, but if you're feeling confident you can use the jruby+bsf
support and write them with scriptdef (note this will be a real
challenge)

Kev

[1] http://wtr.rubyforge.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
Brian Agnew                  http://www.oopsconsultancy.com
OOPS Consultancy Ltd         brian @ oopsconsultancy.com
Tel: +44 (0)7720 397526
Fax: +44 (0)20 8682 0012



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to