Comment Testing Products for Web Applications? (Score 1) 250
Another approach is to design out the source of the problems you mention, by never ever using dynamic binding for things that static binding solves better (See my rant on this very topic at Gamelon/Earthweb, Nov 2001).
See http://virtualschool.edu/jwaa (Java Web Application Architecture) for an open source solution based on the above. In particular, note using static type-checking for reporting invalid links, and the use of centrally-mained Field libraries for getting input validation under control.
Finally, use junit for unit and integration testing.
See http://virtualschool.edu/jwaa (Java Web Application Architecture) for an open source solution based on the above. In particular, note using static type-checking for reporting invalid links, and the use of centrally-mained Field libraries for getting input validation under control.
Finally, use junit for unit and integration testing.