Dwight Coles - 2002-11-25

Is there a way to hand off the WebConversation that HttpUnit has started to a standard web browser at some point in the script (typically at an end point or at an
error condition)?  This would be very handy
for 1) debugging of errors in setting up tests
and 2) using HttpUnit to drive to a point at which the test needs to be "ad hoc" or where the testing path has not yet been developed.

If HttpUnit has collected enough information to support such a task, but
does not have a method to spawn a
browser, I'd be willing to tackle the
remaining code....

Dwight