TestingWebApplications < Javapedia < TWiki

TWiki . Javapedia . TestingWebApplications

Home | Help | Changes | Index | Search | Go

TestingWebApplications

Test tools for web applications.

Open source projects

Closed Source (but free)

Commercial products



Discussion about TestingWebApplications

-- Main.rickcarson - 07 Feb 2005

Please forgive my facetious (but only a little) addition. I've just finished working on a web project, for which out of the half dozen developers, only one (me) regularly ran and viewed the pages and did a basic walkthrough. Everyone else relied heavily on automated tests - to the exclusion of all else in some cases. The regularity with which the test cases would all pass, and yet pages wouldn't load (and yes, we had tests for forwarding) and major functionality in other areas of the ap would stop working (even though the tests were still fine) was very sobering.

Of course, we weren't using any of the open source tools listed above. I'm sure they all have their strong points and weak points. There's quite a lot of them, I hope that the advocates of each will add their point of view on why each should be chosen. I think the other developers would have happily used any of those testing suites, so long as they were automated - the ie 'Black & Decker' meta rule for tool selection (any tool will do, so long as its a power tool). My preference would be for one with (at least) the following criteria:

Do they all pass muster on at least these two requirements?



HtmlUnit vs HttpUnit is an overview of some of the above tools. WebTest vs Selenium: WebTest wins 13 - 5

-- Main.robogeek - 04 Oct 2007

----- Revision r13 - 30 Oct 2007 - 00:17:50 - Main.robogeek