Wondering if there was some sort of crawler we could use to test and re-test everything when changes are made to the web app so we know some new change didn't error out any existing pages. Or maybe a web browser with a million frames so I could scroll down and look through the tiles to find any error pages... you get the idea.
+1
A:
Selenium will let you test forms and write and automate scripts. This is a firefox add in and is quite powerful. You can manually write the scripts and also "record" them
Jmeter will let you create scripts and then run them as multiple users to test and load test web sites as a whole. This a stand alone application and can mimic multiple users and randomise access etc. and loading to stress test the application.
You could presumably use both to error test by monitoring the output logs from them to catch errors. Both will allow you to authenticate to log on to sites.
PurplePilot
2009-11-09 15:28:25
A:
You may want to look at this question since it sounds like a similar question: http://stackoverflow.com/questions/1596518/automated-link-checker-for-system-testing
Agent_9191
2009-11-09 15:28:32