1 message in com.canoo.lists.webtestRE: [Webtest] How does HTTPUnit Authe...
FromSent OnAttachments
EPu...@upstate.com15 Oct 2002 07:46 
Subject:RE: [Webtest] How does HTTPUnit Authenticate Users under the cove rs?
From:EPu...@upstate.com (EPu@upstate.com)
Date:10/15/2002 07:46:29 AM
List:com.canoo.lists.webtest

Thanks.. After digging around, I finally found it by looking at the WebTest code.. I was expecting some sort of Authentication class or object that I would pass to my Request object... Thanks a lot!

Eric Pugh

-----Original Message----- From: Dierk Koenig [mailto:dier@canoo.com] Sent: Tuesday, October 15, 2002 10:12 AM To: webt@lists.canoo.com Subject: RE: [Webtest] How does HTTPUnit Authenticate Users under the covers?

Hi Eric,

The dynamic property stuff is about finding the right property when being e.g. in a repeat step. It is not about authentication.

Authentication is relayed to HttpUnit, that in turn uses JRE features. The JDK documentation contains some info about that rather unobvious topic.

cheers Mittie

-----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of EPu@upstate.com Sent: Donnerstag, 10. Oktober 2002 20:38 To: webt@lists.canoo.com Subject: [Webtest] How does HTTPUnit Authenticate Users under the covers?

Hi all,

[Pugh, Eric] I am trying to get httpunit to do my testing for the file upload stuff, and now I am hung up on trying to figure out how to do basic authentication.. WebTest does it, but I am not seeing how, something about dynamic properties?

Eric Pugh