Performs the steps necessary to run a test. It involves
opening a first HTTP connection to a server redirector, reading the output
stream and then opening a second HTTP connection to retrieve the test
result.
version: $Id: DefaultHttpClient.java 238991 2004-05-22 11:34:50Z vmassol $
doTest(WebRequest theRequest) Calls the test method indirectly by calling the Redirector servlet and
then open a second HTTP connection to retrieve the test results.
Parameters: theRequest - the request containing all data to pass to theredirector servlet.
Calls the test method indirectly by calling the Redirector servlet and
then open a second HTTP connection to retrieve the test results.
Parameters: theRequest - the request containing all data to pass to theredirector servlet. the HttpURLConnection that contains the HTTPresponse when the test was called. exception: Throwable - if an error occured in the test method or in theredirector servlet.