[Webtest] can webtest test for this login?

Dierk Koenig webtest@lists.canoo.com
Thu, 5 Sep 2002 15:43:39 +0200


Hi Chen,

This seems to be an http or https logon through the .htaccess mechanism.

Just provide the "username" and "password" attribute in the first invoke
step
of your TestSpec block.

When using https, you will need the java ssl package installed locally as
well
as the appropriate keystore to connect the page. (cf. java.sun.com)

cheers
Mittie

P.S. some other test tools handle this on the interface only, not on the
protocol
level. This imposes some other constraints like browser-dependency and
additional
manual intervention for every test run.

-----Original Message-----
From: webtest-admin@lists.canoo.com [mailto:webtest-admin@lists.canoo.com]On
Behalf Of ChenGefei
Sent: Donnerstag, 5. September 2002 11:07
To: webtest@lists.canoo.com
Subject: [Webtest] can webtest test for this login?


Please give me a hand or
Is there any other auto-test tools can test for login like this ?