4 messages in com.canoo.lists.webtestRe: [Webtest] can Canoo handle multip...
FromSent OnAttachments
Richard Raue17 Sep 2003 02:37 
Dierk Koenig17 Sep 2003 04:45 
Healey, Thomas17 Sep 2003 08:09 
Richard Raue24 Sep 2003 02:48 
Subject:Re: [Webtest] can Canoo handle multiple protocols and ports
From:Richard Raue (rr@mms-dresden.de)
Date:09/24/2003 02:48:26 AM
List:com.canoo.lists.webtest

Hi Mittie,

now it can.

we changed the <clickbutton> and <clicklink> elements. Evertime they are called, they verify the protocol and port of the button or link to click on and then changes the paramenters of the configuration. It worx just fine!

Now we can switch from http to https (and back) within one step.

many greetings, Richard

----- Original Message ----- From: "Dierk Koenig" <dier@canoo.com> To: <webt@gate.canoo.com> Sent: Wednesday, September 17, 2003 1:45 PM Subject: RE: [Webtest] can Canoo handle multiple protocols and ports

Hi Richard,

you cannot switch withing the testspec. Split your testspec and start the https one directly per invoke.

cheers Mittie

-----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of Richard Raue Sent: Mittwoch, 17. September 2003 11:38 To: webt@gate.canoo.com Subject: [Webtest] can Canoo handle multiple protocols and ports

Hi,

Intention is to test a webshop starting on http-protocol. When I'm entering the basket-page, the protocol switches to https (also the port from 80 to 443).

How can I manage this in the config-tag of my webtest-file?

e.g.: ***************************************** original source code:

<testSpec name="test"> <config host="eki_pc19.mms-dresden.telekom.de" port="80" protocol="http" basepath="" summary="true" saveresponse="true" resultpath="protoll_webtest" resultfile="prot_030916.txt" showhtmlparseroutput="false" verbose="true"/> <steps> ... </steps> </testSpec> ******************************************

so how can I add the https-protocol and the needed port 443?