On Apr 4, 5:47 pm, "Marc E" <noex...@hifiwebdesign.com> wrote:
> Greetings all.
>
> I'm seeking advice on a proper approach for automatingweb testing. My
> ambitions are modest: I want to be able to programmatically go into a site,
> click some links, submit some forms, and ensure nothing is broken.
> occassionally i'll want to investigate the contents of a form field, change
> form fields and submit and then investigate that fields were saved
> appropriately, etc.
Since you do _not_ need to test Java, try the *free* iMacros for
Firefox from
http://www.iopus.com/imacros/firefox/
It contains a STOPWATCH commands so you can even measure web page
response times and log them into a file. The same company also offers
some paid versions that can test Java and Flash applets, too. This is
what we use in our company. But it seems for your tasks the free
version is sufficient.
Francis