On 2005-11-28, Ovid <[EMAIL PROTECTED]> wrote: > --- Mark Stosberg <[EMAIL PROTECTED]> wrote: > >> What are other folks doing to test web applications that make heavy >> use >> of JavaScript? > > If you want to leverage your Perl testing knowledge, you can check out > Test.Simple from JSAN: > > http://openjsan.org/doc/t/th/theory/Test/Simple/0.21/index.html > > I've been using it and once you get it set up, it's fairly straight > forward. You can see a sample in my journal: > http://use.perl.org/~Ovid/journal/27229
Interesting. And is there a way to run these as part of "./Build test" for a project, that may also run Perl tests as well? Mark