From: Christopher Schultz [mailto:[EMAIL PROTECTED]
> Christopher Loschen wrote:
> > We've got quite a few unit tests set up with JUnit, but nothing that
> > really handles the web element of this. What do you recommend for
> > this sort of thing?
> 
> Depending on what kind of tests you are trying to run, you can also do
> functional testing using Selenium (http://openqa.org/selenium/). This
> page has some articles listed for Selenium:
> http://vallista.idyll.org/~grig/articles/

I second Selenium (plus it's 'programmable' in any of several
languages). With minimal training even a user can create a usable suite
of tests, which is handy.

You may also want to consider Watir (or my not-quite-released
HeavyWatir) that uses Ruby to drive on IE instance; obviously only on
Winders.

Dave


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

Reply via email to