This class can test Web sites by verifying if page responses match specifications defined in XML configuration.
It can read configuration files in XML format that define the URLs of the Web site pages to test and other test parameters.
The class can send HTTP and FTP requests to the defined pages and verify if the responses match certain conditions like response status, content patterns, etc..
The configuration can define parameters of how to send the requests like the request method, user name and password for authentication, etc.. |