Framework for sanity test of web application
I want to implement a sanity check framework that tests installations of a
web application. That application has a somewhat chaotic layout,
independent modules getting installed without the use of a controller, so
the API visible from the outside presents itself as a collection of urls
offering all kind of service. The implementation is done in php, mysql and
a few other components... Unfortunately I cannot reimplement that
application in a sane way now. So I would at least make sure the
application has been installed in a full, complete and usable way by
testing it after the installation.
Is there any framework or pattern I could use as a base? Maybe something
modular that allows me to implement simple test scripts and have them run
in a convenient way? I could imagine this task occurs often enough that
such solution might have been implemented. But unfortunately I fail to
identify such thing on google...
Certainly it is not a hard task to create something from scratch. but if
someone already invested time and thoughts into some framework I'd love to
take a look at that!
No comments:
Post a Comment