[Webtest] using http authentication with webtest

Donald Ball webtest@lists.canoo.com
15 Apr 2002 15:39:05 -0400


On Mon, 2002-04-15 at 01:52, Carsten Seibert wrote:
> Hi Donald
> 
> You should be able to provide a username and password for basic
> authentication with the <invoke> step like:
> 
> 	<invoke stepid="Access a page with password identification"
> 		url="mypage"
> 		username="${username}"
> 		password="${password}" />

ah, how simple, how did i miss that? :) thanks.

- donald