Regression Testing frameworks...

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Regression Testing frameworks...

Post by nielsene »

Does anyone know of any decent regression testing frameworks for web applications?

Notable it would need to provide some sort of capability for initializing the database to a known state, executing series of POST/GET interactions and then compare both resulting pages and the state of the DB to the known correct values.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

The resource you might want to check: http://opensourcetesting.org/
Post Reply